aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/StormPort.h11
-rwxr-xr-xtest/StormTest.cpp4
2 files changed, 8 insertions, 7 deletions
diff --git a/src/StormPort.h b/src/StormPort.h
index 569bd2d..1ce1d18 100644
--- a/src/StormPort.h
+++ b/src/StormPort.h
@@ -27,11 +27,12 @@
#ifndef __STORMPORT_H__
#define __STORMPORT_H__
-#ifndef __cplusplus
- #define bool char
- #define true 1
- #define false 0
-#endif
+// This is probably no longer needed. If someone uses a platform which doesn't support 'bool' natively, let me know.
+//#ifndef __cplusplus
+// #define bool char
+// #define true 1
+// #define false 0
+//#endif
//-----------------------------------------------------------------------------
// Defines for Windows
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);
}
-
+*/
}
//-----------------------------------------------------------------------------