DWORD -> PULONG for POverlapped.

This commit is contained in:
Dominik Picheta
2014-05-03 21:05:45 +01:00
parent dfeb573edb
commit 24babdedf1

View File

@@ -640,8 +640,8 @@ proc unmapViewOfFile*(lpBaseAddress: pointer): WINBOOL {.stdcall,
type
TOVERLAPPED* {.pure, inheritable.} = object
Internal*: DWORD
InternalHigh*: DWORD
Internal*: PULONG
InternalHigh*: PULONG
Offset*: DWORD
OffsetHigh*: DWORD
hEvent*: THANDLE