diff options
Diffstat (limited to 'tests/tmath.nim')
| -rw-r--r-- | tests/tmath.nim | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim index 1f804ab..5d84700 100644 --- a/tests/tmath.nim +++ b/tests/tmath.nim @@ -1,10 +1,11 @@ import unittest import nimterop/cimport -type - locale_t = object - mingw_ldbl_type_t = object - mingw_dbl_type_t = object +cOverride: + type + locale_t = object + mingw_ldbl_type_t = object + mingw_dbl_type_t = object when defined(windows): cOverride: |
