diff -r 54ef5af2e919 Include/osdefs.h --- a/Include/osdefs.h Thu Oct 09 22:16:15 2014 +0200 +++ b/Include/osdefs.h Thu Oct 09 23:49:30 2014 +0200 @@ -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