summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-20 23:10:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-20 23:10:05 +0000
commit98e25a542aec760aed724bd7152ba86a96b3eeb8 (patch)
tree8ef03a07c7bece68d5625b49d5c23a8dc2fdba37 /win32/win32.h
parenta84d087d3cb142ae76b5e257948f6bd70d7873f7 (diff)
* win32/dir.h: replace missing/dir.h .
* win32/win32.h: ditto. * win32/win32.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 5df539ecbd..0cd07eebcc 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -98,6 +98,7 @@ extern "C++" {
#include <process.h>
#include <time.h>
#include <math.h>
+#include <sys/stat.h>
#include <sys/types.h>
#include <sys/utime.h>
#include <io.h>
@@ -180,7 +181,7 @@ extern "C++" {
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#undef stat
-#define stat win32_stat
+#define stat(path,st) win32_stat(path,st)
/* these are defined in nt.c */
#ifdef __MINGW32__