stdafx.h
branch0.5
changeset 5412 3c79dfcb9082
parent 5365 81e1c8f97973
child 5465 30426b385cde
--- a/stdafx.h	Wed Jan 17 00:29:16 2007 +0000
+++ b/stdafx.h	Wed Jan 17 00:38:27 2007 +0000
@@ -180,7 +180,7 @@
 # endif
 #endif /* WIN32 || __OS2__ || WIN64 */
 
-#if defined(WIN32) || defined(WIN64) || defined(__OS2__)
+#if defined(WIN32) || defined(WIN64) || defined(__OS2__) && !defined(__INNOTEK_LIBC__)
 # define PATHSEP "\\"
 # define PATHSEPCHAR '\\'
 #else