Added split for libmath on Win32
This commit is contained in:
@ -31,7 +31,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
// Windows Fixes
|
||||
@ -39,4 +38,5 @@
|
||||
# define sleep(n) _sleep(n)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#endif
|
Reference in New Issue
Block a user