From 32ca2970f42277797fedfbae5cfa5466ab97b6af Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 28 Jun 2015 23:34:01 +0200 Subject: + Fixed declaration of DllMain to keep MINGW happy --- test/StormTest.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 51654a0..b67e851 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -3181,6 +3181,7 @@ static int TestCreateArchive_Deprotect(const char * szPlainName) return nError; } */ + static int TestCreateArchive_EmptyMpq(const char * szPlainName, DWORD dwCreateFlags) { TLogHelper Logger("CreateEmptyMpq", szPlainName); @@ -4087,7 +4088,7 @@ int main(int argc, char * argv[]) // Search all testing archives and verify their SHA1 hash // if(nError == ERROR_SUCCESS) // nError = FindFiles(ForEachFile_VerifyFileChecksum, szMpqSubDir); - +/* // Test sparse compression if(nError == ERROR_SUCCESS) nError = TestSparseCompression(); @@ -4430,7 +4431,7 @@ int main(int argc, char * argv[]) // Test replacing a file with zero size file if(nError == ERROR_SUCCESS) nError = TestModifyArchive_ReplaceFile("MPQ_2014_v4_Base.StormReplay", "AddFile-replay.message.events"); - +*/ #ifdef _MSC_VER _CrtDumpMemoryLeaks(); #endif // _MSC_VER -- cgit v1.2.3