2010-08-24 Vinky <rabbit_vinky@users.sourceforge.net>
* include/winbase.h (OVERLAPPED): Correct definition.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user