From f0f124580a10c90cef8298c2647662c501703c98 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 11 Nov 2017 11:26:06 +0100 Subject: + LPCTSTR for Linux+Mac --- test/StormTest.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test') 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 - -typedef const char * LPCTSTR; -typedef const char * LPCSTR; -typedef char * LPTSTR; -typedef char * LPSTR; #endif //------------------------------------------------------------------------------ -- cgit v1.2.3