Use defined directive to silence pre-proc warnings.

pull/95/head
Dion Ahmetaj 7 years ago
parent d2c7d0f6b0
commit 23c73269ca

@ -37,7 +37,7 @@
#include "math_helper.h" #include "math_helper.h"
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#elif __linux__ #elif defined(__linux__)
#include <unistd.h> #include <unistd.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/times.h> #include <sys/times.h>

Loading…
Cancel
Save