WIN32 macro -> _WIN32
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
class ByteStream;
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#define FS_OSPATH_SEPARATOR_CHARACTER '\\'
|
||||
#define FS_OSPATH_SEPARATOR_STR "\\"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user