mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-12 02:36:25 +00:00
change __WIN32 to WIN32 (oops)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
* Define WIN32 when build target is Win32 API
|
||||
*/
|
||||
|
||||
#if (defined(_WIN32) || defined(__WIN32__)) && \
|
||||
#if (defined(_WIN32) || defined(WIN32__)) && \
|
||||
!defined(WIN32) && !defined(__SYMBIAN32__)
|
||||
#define WIN32
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user