Code Cleanup: WIN32 defines, check for _MSC_VER instead of !FREE_WINDOWS
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
// conventional functions required by several matrix algorithms
|
||||
|
||||
#if (defined _WIN32) && (_MSC_VER < 1800)
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1800)
|
||||
#define hypot _hypot
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user