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:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user