mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-25 21:51:04 +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)
|
#if defined(_WINDOWS)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#else
|
||||||
|
|
||||||
#if defined (__linux__)
|
|
||||||
typedef const char *LPCTSTR;
|
typedef const char *LPCTSTR;
|
||||||
typedef const char *LPCSTR;
|
typedef const char *LPCSTR;
|
||||||
typedef unsigned long DWORD;
|
typedef unsigned long DWORD;
|
||||||
|
|
Loading…
Reference in a new issue