Index: es-core/src/Util.cpp
--- es-core/src/Util.cpp.orig
+++ es-core/src/Util.cpp
@@ -26,7 +26,7 @@ std::string strToUpper(const std::string& str)
 }
 
 
-#if _MSC_VER < 1800
+#if defined(_WIN32) && _MSC_VER < 1800
 float round(float num)
 {
 	return (float)((int)(num + 0.5f));
