replace some #elif __linux__ with #else

This commit is contained in:
Jonathan Gray 2013-04-25 12:46:05 +10:00
parent 54e3184cfc
commit d279049cb8

View file

@ -8,9 +8,7 @@
#if defined(_WINDOWS)
#include <windows.h>
#endif
#if defined (__linux__)
#else
typedef const char *LPCTSTR;
typedef const char *LPCSTR;
typedef unsigned long DWORD;