+ Fixed warnings

+ Added SBaseDumpData to the makefiles
This commit is contained in:
Ladislav Zezula
2013-12-12 11:15:16 +01:00
parent 5106d34fda
commit 6961cd51b6
12 changed files with 54 additions and 40 deletions

View File

@@ -891,6 +891,9 @@ bool WINAPI SFileFreeFileInfo(void * pvFileInfo, SFileInfoClass InfoClass)
case SFileMpqBetTable:
FreeBetTable((TMPQBetTable *)pvFileInfo);
return true;
default:
break;
}
SetLastError(ERROR_INVALID_PARAMETER);