* Update ioinfo structure.
CORE-8080

svn path=/trunk/; revision=63258
This commit is contained in:
Amine Khaldi 2014-05-12 16:01:49 +00:00
parent e68148f878
commit 5da1f1a63b

View file

@ -96,11 +96,12 @@ int *__p___mb_cur_max(void);
#define MAX_FILES 2048 #define MAX_FILES 2048
#define FD_BLOCK_SIZE 64 #define FD_BLOCK_SIZE 64
/* ioinfo structure size is different in msvcrXX.dll's */
typedef struct { typedef struct {
HANDLE handle; HANDLE handle;
unsigned char wxflag; unsigned char wxflag;
char unk1; char lookahead[3];
BOOL crit_init; int exflag;
CRITICAL_SECTION crit; CRITICAL_SECTION crit;
} ioinfo; } ioinfo;