mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-07 08:16:24 +00:00
change __WIN32 to WIN32 (oops)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// This header defines unix equivalents of common win32 functions.
|
||||
|
||||
#ifndef __WIN32
|
||||
#ifndef WIN32
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
@@ -27,4 +27,4 @@ inline void closesocket(int socket) {
|
||||
#define __except(x) /**/
|
||||
#endif
|
||||
|
||||
#endif // __WIN32
|
||||
#endif // WIN32
|
||||
|
||||
Reference in New Issue
Block a user