- Sync with Wine (null-initializing some exported data).

svn path=/trunk/; revision=34805
This commit is contained in:
Aleksey Bragin 2008-07-26 11:45:59 +00:00
parent 37cf6bcd75
commit 9db3c82bb7
2 changed files with 7 additions and 7 deletions

View file

@ -96,7 +96,7 @@ typedef struct {
/*static */ioinfo fdesc[MAX_FILES];
FILE _iob[3];
FILE _iob[3] = { { 0 } };
static int fdstart = 3; /* first unallocated fd */
static int fdend = 3; /* highest allocated fd */