summaryrefslogtreecommitdiff
path: root/win32/win32.c
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.c
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.c')
-rw-r--r--win32/win32.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/win32/win32.c b/win32/win32.c
index da657a540f..d66723a0fc 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -25,11 +25,12 @@
#include <winbase.h>
#include <wincon.h>
#include "win32.h"
-#include "dir.h"
+#include "win32/dir.h"
#ifndef index
#define index(x, y) strchr((x), (y))
#endif
#define isdirsep(x) ((x) == '/' || (x) == '\\')
+#undef stat
#ifndef bool
#define bool int
@@ -1334,7 +1335,7 @@ NtMakeCmdVector (char *cmdline, char ***vec, int InputCmd)
//
DIR *
-opendir(char *filename)
+opendir(const char *filename)
{
DIR *p;
long len;
@@ -1344,9 +1345,6 @@ opendir(char *filename)
struct stat sbuf;
WIN32_FIND_DATA FindData;
HANDLE fh;
- char root[PATHLEN];
- char volname[PATHLEN];
- DWORD serial, maxname, flags;
//
// check to see if we\'ve got a directory