Removed _USE_MATH_DEFINES directive (#596)

Since none of the `M_` prefixed constants are used anywhere in the code, this is unnecessary.  It's also Windows-specific, so these non-standard defines shouldn't be used anyway.

Ref: https://learn.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-170
This commit is contained in:
Graham Pentheny
2022-12-29 12:09:01 -08:00
committed by GitHub
parent 7501007439
commit b43c82c808
28 changed files with 0 additions and 28 deletions

View File

@@ -16,7 +16,6 @@
// 3. This notice may not be removed or altered from any source distribution.
//
#define _USE_MATH_DEFINES
#include <string.h>
#include "DebugDraw.h"
#include "DetourMath.h"