mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
[CRT]
* Update ioinfo structure. CORE-8080 svn path=/trunk/; revision=63258
This commit is contained in:
parent
e68148f878
commit
5da1f1a63b
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue