From f5a731a50ef99a4c785d5bf02a2c98ad795cf5fb Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 14 May 2005 11:13:42 +0000 Subject: [PATCH] little fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1745 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/port.h b/sc2/src/port.h index 69cbbcbae..490c6c756 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -19,7 +19,7 @@ char *strupr (char *str); #endif -#ifndef HAVE_READDIR_R +#if !defined (_MSC_VER) && !defined (HAVE_READDIR_R) # include int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result); #endif