fix commit for CROSSATARI

This commit is contained in:
Thomas Bernard
2019-02-09 03:52:01 +01:00
parent 96d59333e3
commit 4176f1f84b
3 changed files with 26 additions and 8 deletions

View File

@@ -36,6 +36,10 @@
#endif
#endif
#if defined(__MINT__)
#define fabsf(x) __builtin_fabsf(x)
#endif
#include "windows.h"
#include "engine.h"