mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/dir.h, win32/win32.c: fix patch miss.
* win32/Makefile.sub: fix file dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
51826a7b81
commit
573b35d45e
4 changed files with 8 additions and 27 deletions
|
@ -12,18 +12,15 @@ struct direct
|
|||
char d_name[256];
|
||||
char d_isdir; /* directory */
|
||||
char d_isrep; /* reparse point */
|
||||
char d_isdir;
|
||||
};
|
||||
typedef struct {
|
||||
char *start;
|
||||
char *curr;
|
||||
long size;
|
||||
long nfiles;
|
||||
struct direct dirstr;
|
||||
char *bits; /* used for d_isdir and d_isrep */
|
||||
long bitpos; /* used for d_isdir and d_isrep */
|
||||
struct direct dirstr;
|
||||
char *bits;
|
||||
long bitpos;
|
||||
} DIR;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue