You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Added a new MIDIDriver class
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user