mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
alter platform-dependent preprocessor macros to use the same names as the rest of the ardour codebase
This commit is contained in:
parent
1c77df4d8f
commit
12d5a33626
16 changed files with 61 additions and 63 deletions
|
|
@ -20,12 +20,12 @@
|
|||
#include "waves_midi_device_manager.h"
|
||||
#include "waves_audiobackend.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
#include "windows.h"
|
||||
#include "mmsystem.h"
|
||||
|
||||
#elif __MACOS__
|
||||
#else if defined(__APPLE__)
|
||||
|
||||
#include <CoreMIDI/MIDIServices.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue