diff options
author | unknown <E:\Ladik\Mail> | 2015-06-28 23:34:01 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-06-28 23:34:01 +0200 |
commit | 32ca2970f42277797fedfbae5cfa5466ab97b6af (patch) | |
tree | 2990ce170237f07dda78f21d9f9db9ae3493324a /test | |
parent | b8452410f407eeedd64e1b0f0270d94c26987b2e (diff) |
+ Fixed declaration of DllMain to keep MINGW happy
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
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
|