We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61de0ac commit 60aff2cCopy full SHA for 60aff2c
1 file changed
Include/osdefs.h
@@ -46,7 +46,7 @@ PERFORMANCE OF THIS SOFTWARE.
46
47
/* Mod by chrish: QNX has WATCOM, but isn't DOS */
48
#if !defined(__QNX__)
49
-#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(__TOS_OS2__)
+#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(PYOS_OS2)
50
#define SEP '\\'
51
#define ALTSEP '/'
52
#define MAXPATHLEN 256
0 commit comments