summaryrefslogtreecommitdiffstats
path: root/Include/osdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/osdefs.h')
-rw-r--r--Include/osdefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h
index 8a6b741..de9d19b 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -37,8 +37,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define DELIM '\n'
#endif
-#if defined(MSDOS) || defined(NT) || defined(__BORLANDC__) || defined(__WATCOMC__)
+#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
#define SEP '\\'
+#define ALTSEP '/'
#define MAXPATHLEN 256
#define DELIM ';'
#endif