aboutsummaryrefslogtreecommitdiff
path: root/tests/tmath.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tmath.nim')
-rw-r--r--tests/tmath.nim5
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()