Skip more syms

This commit is contained in:
Joey Yakimowich-Payne 2020-04-20 12:23:45 -06:00
commit 26971ff26d

View file

@ -13,7 +13,7 @@ when defined(windows):
complex = object
static:
cSkipSymbols = @["mingw_choose_expr", "EXCEPTION_DEFINED"]
cSkipSymbol @["mingw_choose_expr", "EXCEPTION_DEFINED", "COMPLEX_DEFINED", "matherr", "HUGE"]
cDebug()
cDisableCaching()
cAddStdDir()