aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLadislav Zezula <zezula-at-volny-dot-cz>2017-11-11 11:26:06 +0100
committerLadislav Zezula <zezula-at-volny-dot-cz>2017-11-11 11:26:06 +0100
commitf0f124580a10c90cef8298c2647662c501703c98 (patch)
tree58d8907f300f13ccd974e632c031b7dd7c4637ea /test
parent375da4d9b565435a79b3d7a790a823db9f82f0a1 (diff)
+ LPCTSTR for Linux+Mac
Diffstat (limited to 'test')
-rw-r--r--test/StormTest.cpp7
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
//------------------------------------------------------------------------------