Moved CoreFoundation type support to bgen/macsupport.

This commit is contained in:
Jack Jansen 2002-08-22 23:30:49 +00:00
parent 286e838f22
commit f34a8bced2
7 changed files with 75 additions and 70 deletions

View file

@ -69,8 +69,6 @@ ThemeDragSoundKind = OSTypeType("ThemeDragSoundKind")
ThemeBackgroundKind = Type("ThemeBackgroundKind", "l")
ThemeMetric = Type("ThemeMetric", "l")
RGBColor = OpaqueType("RGBColor", "QdRGB")
CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
TruncCode = Type("TruncCode", "h")