aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2025-11-24 08:47:07 +0100
committerLadislav Zezula <zezula@volny.cz>2025-11-24 08:47:07 +0100
commit87474f5fc54505e5ac1a81e9e1e595a1bb222396 (patch)
tree80f54eb840a6f0f7a04e8881e5273bd803cd1eea /test
parent2aa6216c65ce68b88c46c0e4f12a38dc94c36b7a (diff)
Got rid of '#define bool char'
Diffstat (limited to 'test')
-rwxr-xr-xtest/StormTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp
index c57a370..bd07c88 100755
--- a/test/StormTest.cpp
+++ b/test/StormTest.cpp
@@ -3955,7 +3955,7 @@ static DWORD TestUtf8Conversions(const BYTE * szTestString, const TCHAR * szList
static void Test_PlayingSpace()
{
-
+/*
HANDLE hMpq;
HANDLE hFile;
LPBYTE pbData;
@@ -3975,7 +3975,7 @@ static void Test_PlayingSpace()
}
SFileCloseArchive(hMpq);
}
-
+*/
}
//-----------------------------------------------------------------------------