1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Remove Duplicated Preprocessor Macro Definition (#19376)

* Update openrct2.common.props

Remove duplicated preprocessor macro definition of _USE_MATH_DEFINES which defined in src/openrct2/common.h and SDL2/SDL_stdinc.h

* Remove the definition of _USE_MATH_DEFINES from 'common.h'
This commit is contained in:
ACGNnsj
2023-02-14 16:19:58 +08:00
committed by GitHub
parent 8a0a4819ca
commit d3ea4bfbc8
2 changed files with 1 additions and 4 deletions

View File

@@ -9,9 +9,6 @@
#pragma once
#ifndef _USE_MATH_DEFINES
# define _USE_MATH_DEFINES
#endif
#undef M_PI
#ifdef _MSC_VER