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 e2ccf56 commit b71c7dcCopy full SHA for b71c7dc
1 file changed
Include/osdefs.h
@@ -7,15 +7,12 @@ extern "C" {
7
8
/* Operating system dependencies */
9
10
-/* Mod by chrish: QNX has WATCOM, but isn't DOS */
11
-#if !defined(__QNX__)
12
-#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
+#ifdef MS_WINDOWS
13
#define SEP L'\\'
14
#define ALTSEP L'/'
15
#define MAXPATHLEN 256
16
#define DELIM L';'
17
#endif
18
-#endif
19
20
/* Filename separator */
21
#ifndef SEP
0 commit comments