mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +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
49ad78659b
commit
49423427a6
16 changed files with 61 additions and 63 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue