projects
/
libs
/
core.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use #ifdef _WIN32 rather than WIN32
[libs/core.git]
/
source
/
fs
/
path.h
diff --git
a/source/fs/path.h
b/source/fs/path.h
index 3cbfb16cf6e4052c57d223cd1fafd96b377b1c98..82600dc35c28d5787f69b56f0af3b8b12af50f22 100644
(file)
--- a/
source/fs/path.h
+++ b/
source/fs/path.h
@@
-10,7
+10,7
@@
namespace FS {
enum
{
-#ifdef WIN32
+#ifdef
_
WIN32
DIRSEP = '\\'
#else
DIRSEP = '/'