diff options
Diffstat (limited to 'tests/tmath.nim')
| -rw-r--r-- | tests/tmath.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim index 95fc086..b2f803b 100644 --- a/tests/tmath.nim +++ b/tests/tmath.nim @@ -6,6 +6,11 @@ type mingw_ldbl_type_t = object mingw_dbl_type_t = object +when defined(windows): + cOverride: + type + complex = object + static: cDebug() cDisableCaching() |
