round() is not available in old MSVC++ versions

This commit is contained in:
Thomas Bernard
2018-11-27 16:41:06 +01:00
parent d45eb9117e
commit 878568c7f5
2 changed files with 10 additions and 0 deletions

View File

@@ -1409,6 +1409,9 @@ int main(int argc,char * argv[])
return 0;
}
#ifdef _MSC_VER
GFX2_Log(GFX2_DEBUG, "built with _MSC_VER=%d\n", _MSC_VER);
#endif
Main_handler();
Program_shutdown();