From: José Fonseca Date: Wed, 25 Jul 2012 19:31:30 +0000 (+0100) Subject: Add UCHAR. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9a40d9e636d026a3e60af2ebe8be50ebdae608a8;p=apitrace Add UCHAR. --- diff --git a/specs/winapi.py b/specs/winapi.py index d2bdca3..c27d0be 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -51,6 +51,7 @@ BYTE = Alias("BYTE", UInt8) WORD = Alias("WORD", UInt16) DWORD = Alias("DWORD", UInt32) +UCHAR = Alias("UCHAR", UChar) WCHAR = Alias("WCHAR", Short) BOOL = Enum("BOOL", [