mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
14 lines
372 B
Diff
14 lines
372 B
Diff
diff --git "a/GKlib/gk_arch.h" "b/GKlib/gk_arch.h"
|
|
index 01c72e56..2cb80ccf 100644
|
|
--- "a/GKlib/gk_arch.h"
|
|
+++ "b/GKlib/gk_arch.h"
|
|
@@ -60,7 +60,7 @@ typedef ptrdiff_t ssize_t;
|
|
|
|
#ifdef __MSC__
|
|
/* MSC does not have rint() function */
|
|
-#define rint(x) ((int)((x)+0.5))
|
|
+//#define rint(x) ((int)((x)+0.5))
|
|
|
|
/* MSC does not have INFINITY defined */
|
|
#ifndef INFINITY
|