diff options
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ntlib.c | 2 |
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) stricmp (p, ".cmd") == 0)); } -/* FIXME? This is in config.nt now - is this still needed? */ +/* FIXME? This is in configure.ac now - is this still needed? */ #define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\') /* We need this because nt/inc/sys/stat.h defines struct stat that is |