Kaydet (Commit) 60aff2c0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Use the proper OS2 test symbol: PYOS_OS2.

üst 61de0ac4
......@@ -46,7 +46,7 @@ PERFORMANCE OF THIS SOFTWARE.
/* Mod by chrish: QNX has WATCOM, but isn't DOS */
#if !defined(__QNX__)
#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)
#define SEP '\\'
#define ALTSEP '/'
#define MAXPATHLEN 256
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment