mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
replace some #elif __linux__ with #else
This commit is contained in:
parent
54e3184cfc
commit
d279049cb8
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue