summaryrefslogtreecommitdiffstats
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2018-07-14 09:11:28 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2018-07-21 09:09:42 -0300
commit7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c (patch)
treee0a023fdaf6fe0219590e0370ffc3123f7def42a /platform/windows/detect.py
parentcfcb6e11f25adb13177ba08777263288a5ec6f61 (diff)
downloadredot-engine-7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c.tar.gz
Added a new MIDIDriver class
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 05806d2fe8..617cc11991 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -200,7 +200,8 @@ def configure_msvc(env, manual_msvc_config):
env.AppendUnique(CPPDEFINES = ['WINDOWS_ENABLED', 'OPENGL_ENABLED',
'RTAUDIO_ENABLED', 'WASAPI_ENABLED',
- 'TYPED_METHOD_BIND', 'WIN32', 'MSVC',
+ 'WINMIDI_ENABLED', 'TYPED_METHOD_BIND',
+ 'WIN32', 'MSVC',
{'WINVER' : '$target_win_version',
'_WIN32_WINNT': '$target_win_version'}])
if env["bits"] == "64":