diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-28 02:39:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:17 +0100 |
commit | 96d89184e0afcfed097acbd3a29927dcc2953a7e (patch) | |
tree | 81cfd0ab7704de9a75931b4d7d49df20cf9d113f | |
parent | c23ac0545c7828f1b9661f00b83647dbc529669c (diff) |
gui/init: fix mingw-w64 _controlfp
-rw-r--r-- | compat/arch.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/arch.hpp b/compat/arch.hpp index d5405f47..33f8f8ca 100644 --- a/compat/arch.hpp +++ b/compat/arch.hpp @@ -48,6 +48,3 @@ # define OTR_ARCH_FPU_MASK # include <xmmintrin.h> #endif - -#include <cfloat> -#include <cfenv> |