X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fwinapi.py;h=23d6419f36bab0051f025a30f3b195d32233333c;hb=cbe34810938b91291bc46a5de5535057b869f750;hp=c27d0be12897ed5b05e2497c0c78a276cc8241ba;hpb=c748fbcb434374ec13e14cc837ade7c581789e0c;p=apitrace diff --git a/specs/winapi.py b/specs/winapi.py index c27d0be..23d6419 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -65,9 +65,9 @@ LPDWORD = Pointer(DWORD) LPBOOL = Pointer(BOOL) LPSTR = CString -LPCSTR = Const(CString) +LPCSTR = ConstCString LPWSTR = WString -LPCWSTR = Const(WString) +LPCWSTR = ConstWString LARGE_INTEGER = Struct("LARGE_INTEGER", [ (LONGLONG, 'QuadPart'),