diff options
Diffstat (limited to 'Include/osdefs.h')
-rw-r--r-- | Include/osdefs.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h index 0c2e34b879..bd84c1c12c 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -7,15 +7,12 @@ extern "C" { /* Operating system dependencies */ -/* Mod by chrish: QNX has WATCOM, but isn't DOS */ -#if !defined(__QNX__) -#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) +#ifdef MS_WINDOWS #define SEP L'\\' #define ALTSEP L'/' #define MAXPATHLEN 256 #define DELIM L';' #endif -#endif /* Filename separator */ #ifndef SEP |