mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Added a new MIDIDriver class
This commit is contained in:
parent
cfcb6e11f2
commit
7a5f9fc08e
28 changed files with 1029 additions and 4 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue