diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-11-11 11:26:06 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-11-11 11:26:06 +0100 |
commit | f0f124580a10c90cef8298c2647662c501703c98 (patch) | |
tree | 58d8907f300f13ccd974e632c031b7dd7c4637ea /test/StormTest.cpp | |
parent | 375da4d9b565435a79b3d7a790a823db9f82f0a1 (diff) |
+ LPCTSTR for Linux+Mac
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
//------------------------------------------------------------------------------
|