X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fwinapi.py;h=031c83475583176465952bba06576f18d735feae;hb=ea79919d0046555a2ecfba699c3b80439562120e;hp=23d6419f36bab0051f025a30f3b195d32233333c;hpb=5d7fc0554566ea880915e08218fe9a9bcf1fbeda;p=apitrace diff --git a/specs/winapi.py b/specs/winapi.py index 23d6419..031c834 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -152,7 +152,7 @@ RGNDATA = Struct("RGNDATA", [ ]) LPRGNDATA = Pointer(RGNDATA) -HMODULE = DECLARE_HANDLE("HMODULE") +HMODULE = IntPointer("HMODULE") FILETIME = Struct("FILETIME", [ (DWORD, "dwLowDateTime"),