correction
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2889 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+2
-3
@@ -76,10 +76,9 @@ int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
|
|||||||
// _MAX_DIR and FILENAME_MAX could also be candidates.
|
// _MAX_DIR and FILENAME_MAX could also be candidates.
|
||||||
// If anyone can tell me which one matches NAME_MAX, please
|
// If anyone can tell me which one matches NAME_MAX, please
|
||||||
// let me know. - SvdB
|
// let me know. - SvdB
|
||||||
#else
|
#elif defined(_WIN32_WCE)
|
||||||
#ifdef _WIN32_WCE
|
|
||||||
# include <sys/syslimits.h>
|
# include <sys/syslimits.h>
|
||||||
#endif
|
#else
|
||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
/* PATH_MAX is per POSIX defined in <limits.h>, but:
|
/* PATH_MAX is per POSIX defined in <limits.h>, but:
|
||||||
* "A definition of one of the values from Table 2.6 shall bea
|
* "A definition of one of the values from Table 2.6 shall bea
|
||||||
|
|||||||
Reference in New Issue
Block a user