2010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>
* include/winbase.h (OVERLAPPED): Correct definition.
This commit is contained in:
parent
b075ce0ecd
commit
c7a5ff6c03
@ -1,3 +1,7 @@
|
||||
2010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (OVERLAPPED): Correct definition.
|
||||
|
||||
2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
|
||||
|
@ -825,8 +825,13 @@ typedef struct _DEBUG_EVENT {
|
||||
typedef struct _OVERLAPPED {
|
||||
ULONG_PTR Internal;
|
||||
ULONG_PTR InternalHigh;
|
||||
union {
|
||||
struct {
|
||||
DWORD Offset;
|
||||
DWORD OffsetHigh;
|
||||
};
|
||||
PVOID Pointer;
|
||||
};
|
||||
HANDLE hEvent;
|
||||
} OVERLAPPED,*POVERLAPPED,*LPOVERLAPPED;
|
||||
typedef struct _STARTUPINFOA {
|
||||
|
Loading…
x
Reference in New Issue
Block a user