summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-25 15:14:29 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-26 11:11:45 +0200
commit814ab59c372cf4c71147636ea7d5cb3bace883c2 (patch)
tree04edda7024dfc064901f7609ba812e93b5dbd40f /platform/windows/detect.py
parent7e67b496ff7e35f66b88adcbdd5b252d01739cbb (diff)
downloadredot-engine-814ab59c372cf4c71147636ea7d5cb3bace883c2.tar.gz
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Cleanup unused MSVC code in FileAccessUnix.
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"],
]