change __WIN32 to WIN32 (oops)

This commit is contained in:
Lion Kortlepel
2020-11-03 12:01:31 +01:00
parent e9432ac1ca
commit e986df0579
14 changed files with 53 additions and 50 deletions

View File

@@ -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