diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-07-14 09:11:28 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-07-21 09:09:42 -0300 |
commit | 7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c (patch) | |
tree | e0a023fdaf6fe0219590e0370ffc3123f7def42a /platform/windows/detect.py | |
parent | cfcb6e11f25adb13177ba08777263288a5ec6f61 (diff) | |
download | redot-engine-7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c.tar.gz |
Added a new MIDIDriver class
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 3 |
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": |