summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-26 13:45:26 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-26 13:45:26 +0200
commita4bca123363063551676f2b35578a45391845a3a (patch)
treecfd16aa7c2f954a8301dea75f7b69ba253a15c4e /platform/windows/detect.py
parent666a92c7c2bf449a69234268982ff47eda828444 (diff)
parent814ab59c372cf4c71147636ea7d5cb3bace883c2 (diff)
downloadredot-engine-a4bca123363063551676f2b35578a45391845a3a.tar.gz
Merge pull request #82304 from akien-mga/windows-remove-redundant-MSVC-define
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 340b95e4ab..7caa0153d7 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -385,7 +385,6 @@ def configure_msvc(env, vcvars_msvc_config):
"WINMIDI_ENABLED",
"TYPED_METHOD_BIND",
"WIN32",
- "MSVC",
"WINVER=%s" % env["target_win_version"],
"_WIN32_WINNT=%s" % env["target_win_version"],
]