little fix

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1745 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-05-14 11:13:42 +00:00
parent f0b1dc8b67
commit f5a731a50e
+1 -1
View File
@@ -19,7 +19,7 @@
char *strupr (char *str); char *strupr (char *str);
#endif #endif
#ifndef HAVE_READDIR_R #if !defined (_MSC_VER) && !defined (HAVE_READDIR_R)
# include <dirent.h> # include <dirent.h>
int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result); int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result);
#endif #endif