Fixed several compile errors with VS2005

This commit is contained in:
Hazim Gazov
2010-04-23 02:08:56 -03:00
parent 4ecf6055ce
commit c32adc2304
24 changed files with 3680 additions and 3680 deletions

View File

@@ -200,10 +200,12 @@ BOOL LLFilePicker::setupFilter(ELoadFilter filter)
mOFN.lpstrFilter = INVGZ_FILTER \
L"\0";
break;
/*
case FFLOAD_AO:
mOFN.lpstrFilter = AO_FILTER \
L"\0";
break;
*/
// </edit>
default:
res = FALSE;