aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ntlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index 7d9dff9904c..37b847ba6e7 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -302,7 +302,7 @@ is_exec (const char * name)
302 stricmp (p, ".cmd") == 0)); 302 stricmp (p, ".cmd") == 0));
303} 303}
304 304
305/* FIXME? This is in config.nt now - is this still needed? */ 305/* FIXME? This is in configure.ac now - is this still needed? */
306#define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\') 306#define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\')
307 307
308/* We need this because nt/inc/sys/stat.h defines struct stat that is 308/* We need this because nt/inc/sys/stat.h defines struct stat that is