From 268b22e6969f29e1413639152b4dc79ddb40d369 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 7 Jul 2011 10:18:09 +0100 Subject: [PATCH] Fix typo in INT32. --- winapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winapi.py b/winapi.py index 449279f..ee9c91f 100644 --- a/winapi.py +++ b/winapi.py @@ -36,7 +36,7 @@ ULONG = Alias("ULONG", ULong) LONGLONG = Alias("LONGLONG", LongLong) FLOAT = Alias("FLOAT", Float) -INT32 = Literal("INT32", "UInt") +INT32 = Literal("INT32", "SInt") UINT32 = Literal("UINT32", "UInt") BYTE = Literal("BYTE", "UInt", base=16) -- 2.43.0