mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +00:00
- Sync with Wine (null-initializing some exported data).
svn path=/trunk/; revision=34805
This commit is contained in:
parent
37cf6bcd75
commit
9db3c82bb7
2 changed files with 7 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue