diff options
Diffstat (limited to 'test/StormTest.cpp')
-rw-r--r-- | test/StormTest.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index d63971d..dc20920 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -28,13 +28,8 @@ #pragma comment(lib, "winmm.lib")
#endif
-#ifdef PLATFORM_LINUX
+#ifndef PLATFORM_WINDOWS
#include <dirent.h>
-
-typedef const char * LPCTSTR;
-typedef const char * LPCSTR;
-typedef char * LPTSTR;
-typedef char * LPSTR;
#endif
//------------------------------------------------------------------------------
|