diff liboctave/file-ops.h @ 4099:3add04256a60

[project @ 2002-10-10 06:23:03 by jwe]
author jwe
date Thu, 10 Oct 2002 06:23:03 +0000
parents 596f88296519
children ea537559ab07
line wrap: on
line diff
--- a/liboctave/file-ops.h
+++ b/liboctave/file-ops.h
@@ -82,7 +82,7 @@
 
 #define OCTAVE_DIR_SEP_CHAR '/'
 #define OCTAVE_DIR_SEP_STR "/"
-#if defined (__WIN32__)
+#if defined (__WIN32__) || defined (__CYGWIN__)
 #define OCTAVE_DIR_SEP_CHARS "/\\"
 #else
 #define OCTAVE_DIR_SEP_CHARS OCTAVE_DIR_SEP_STR