Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.

This commit is contained in:
Jack Jansen 2000-07-07 13:09:35 +00:00
parent 89d017d072
commit 0b13e7c153
23 changed files with 86 additions and 86 deletions

View file

@ -10,7 +10,7 @@ from macsupport import *
HRReference = OpaqueByValueType("HRReference", "HtmlObj")
HRScrollbarState = Type("HRScrollbarState", "h")
URLSourceType = Type("URLSourceType", "h")
URLSourceType = Type("URLSourceType", "H")
GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
char_ptr = Type("char *", "s")