mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Ignore the static overload of GetBitness, which doesn't seem to exist
This commit is contained in:
@@ -419,6 +419,10 @@
|
||||
"BITMAP_TYPE_XBM_DATA":"wx.",
|
||||
"BITMAP_TYPE_XPM":"wx.",
|
||||
"BITMAP_TYPE_XPM_DATA":"wx.",
|
||||
"BITNESS_32":"wx.",
|
||||
"BITNESS_64":"wx.",
|
||||
"BITNESS_INVALID":"wx.",
|
||||
"BITNESS_MAX":"wx.",
|
||||
"BI_EXPAND":"wx.",
|
||||
"BK_ALIGN_MASK":"wx.",
|
||||
"BK_BOTTOM":"wx.",
|
||||
@@ -507,6 +511,7 @@
|
||||
"BitmapHandler":"wx.",
|
||||
"BitmapToggleButton":"wx.",
|
||||
"BitmapType":"wx.",
|
||||
"Bitness":"wx.",
|
||||
"BookCtrl":"wx.",
|
||||
"BookCtrlBase":"wx.",
|
||||
"BookCtrlEvent":"wx.",
|
||||
|
||||
@@ -48,7 +48,7 @@ def run():
|
||||
c.find('GetOperatingSystemFamilyName').findOverload('os').ignore()
|
||||
c.find('GetPortIdName').findOverload('port').ignore()
|
||||
c.find('GetPortIdShortName').findOverload('port').ignore()
|
||||
|
||||
c.find('GetBitness').findOverload('bitness').ignore()
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
tools.doCommonTweaks(module)
|
||||
|
||||
Reference in New Issue
Block a user