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 49ad78659b
commit 49423427a6
16 changed files with 61 additions and 63 deletions

View file

@ -1,7 +1,7 @@
#ifndef __IncludeWindows_h__
#define __IncludeWindows_h__
#ifdef _WINDOWS
#ifdef PLATFORM_WINDOWS
/* Copy to include
#include "IncludeWindows.h"
@ -26,6 +26,6 @@
#include <WinSock2.h>
#include <Windows.h>
#include <objbase.h>
#endif // #if _WINDOWS
#endif // #if PLATFORM_WINDOWS
#endif // #ifndef __IncludeWindows_h__