stdafx.h
changeset 4379 2866185c1377
parent 4316 aa8116c33774
child 4563 f25cb91c5f14
--- a/stdafx.h	Fri Aug 25 08:49:32 2006 +0000
+++ b/stdafx.h	Fri Aug 25 12:26:34 2006 +0000
@@ -173,12 +173,12 @@
 # endif
 #endif /* WIN32 || __OS2__ || WIN64 */
 
-#if defined(UNIX)
+#if defined(WIN32) || defined(WIN64) || defined(__OS2__)
+# define PATHSEP "\\"
+# define PATHSEPCHAR '\\'
+#else
 # define PATHSEP "/"
 # define PATHSEPCHAR '/'
-#else
-# define PATHSEP "\\"
-# define PATHSEPCHAR '\\'
 #endif
 
 typedef unsigned char byte;