diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-07 20:24:09 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-07 20:24:09 -0500 |
| commit | c574dd12593b5154e060337b829358c067c9d3d8 (patch) | |
| tree | 7cab2cea7bfa6cb3b7b454cedd441e89b700782f /tests/tmath.nim | |
| parent | d877b204077c80422666e2f89418cdda64f0720f (diff) | |
| parent | 31ed046e3b1d472c70959636114c737345197a44 (diff) | |
| download | nimterop-newalgo-4.tar.gz nimterop-newalgo-4.zip | |
Merge branch 'newalgo-4' of https://github.com/nimterop/nimterop into newalgo-4newalgo-4
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: |
