Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot for good reason it seems
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
// conventional functions required by several matrix algorithms
|
||||
|
||||
#ifdef _WIN32
|
||||
#if (defined _WIN32) && (_MSC_VER < 1800)
|
||||
#define hypot _hypot
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user