* 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 FD_BLOCK_SIZE 64
/* ioinfo structure size is different in msvcrXX.dll's */
typedef struct {
HANDLE handle;
unsigned char wxflag;
char unk1;
BOOL crit_init;
char lookahead[3];
int exflag;
CRITICAL_SECTION crit;
} ioinfo;