|
@@ -57,7 +57,9 @@
|
|
#include <io.h>
|
|
#include <io.h>
|
|
#include "getopt/getopt.h"
|
|
#include "getopt/getopt.h"
|
|
#define usleep(x) Sleep(x/1000)
|
|
#define usleep(x) Sleep(x/1000)
|
|
|
|
+#ifdef _MSC_VER
|
|
#define round(x) (x > 0.0 ? floor(x + 0.5): ceil(x - 0.5))
|
|
#define round(x) (x > 0.0 ? floor(x + 0.5): ceil(x - 0.5))
|
|
|
|
+#endif
|
|
#define _USE_MATH_DEFINES
|
|
#define _USE_MATH_DEFINES
|
|
#endif
|
|
#endif
|
|
|
|
|