From c804dcfce7cc34ac1176086550ed638395f63069 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Mon, 24 Dec 2007 00:26:27 +0000 Subject: [PATCH] correction git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2889 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/port.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sc2/src/port.h b/sc2/src/port.h index 8d7f0a88c..d52914190 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -76,10 +76,9 @@ int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result); // _MAX_DIR and FILENAME_MAX could also be candidates. // If anyone can tell me which one matches NAME_MAX, please // let me know. - SvdB -#else -#ifdef _WIN32_WCE +#elif defined(_WIN32_WCE) # include -#endif +#else # include /* PATH_MAX is per POSIX defined in , but: * "A definition of one of the values from Table 2.6 shall bea