alter platform-dependent preprocessor macros to use the same names as the rest of the ardour codebase

This commit is contained in:
Paul Davis 2014-05-01 09:32:18 -04:00
parent 1c77df4d8f
commit 12d5a33626
16 changed files with 61 additions and 63 deletions

View file

@ -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>