X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fbackends%2Fwavesaudio%2Fwavesapi%2Fdevicemanager%2FIncludeWindows.h;h=968604649fed84089e59cff385c35b3ef314b182;hb=000609901b6b8d81d3088578917c9b48680a28e7;hp=5dd8f0ed50dc2abd7fbc02b3788dd1fc3b92c2d5;hpb=86343b6c15a3a43f082802484d2bc813d34db821;p=ardour.git diff --git a/libs/backends/wavesaudio/wavesapi/devicemanager/IncludeWindows.h b/libs/backends/wavesaudio/wavesapi/devicemanager/IncludeWindows.h index 5dd8f0ed50..968604649f 100644 --- a/libs/backends/wavesaudio/wavesapi/devicemanager/IncludeWindows.h +++ b/libs/backends/wavesaudio/wavesapi/devicemanager/IncludeWindows.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Waves Audio Ltd. + Copyright (C) 2014 Waves Audio Ltd. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,34 +16,35 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef __IncludeWindows_h__ -#define __IncludeWindows_h__ - -#ifdef _WINDOWS - -/* Copy to include -#include "IncludeWindows.h" -*/ - -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0601 // Windows 7 -#endif - -#ifndef WINVER -#define WINVER 0x0601 // Windows 7 -#endif - -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif - -#ifndef NOMINMAX -#define NOMINMAX // DO NOT REMOVE NOMINMAX - DOING SO CAUSES CONFLICTS WITH STD INCLUDES ( ...) -#endif - -#include -#include -#include -#endif // #if _WINDOWS -#endif // #ifndef __IncludeWindows_h__ - + +#ifndef __IncludeWindows_h__ +#define __IncludeWindows_h__ + +#ifdef PLATFORM_WINDOWS + +/* Copy to include +#include "IncludeWindows.h" +*/ + +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x0601 // Windows 7 +#endif + +#ifndef WINVER +#define WINVER 0x0601 // Windows 7 +#endif + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif + +#ifndef NOMINMAX +#define NOMINMAX // DO NOT REMOVE NOMINMAX - DOING SO CAUSES CONFLICTS WITH STD INCLUDES ( ...) +#endif + +#include +#include +#include +#endif // #if PLATFORM_WINDOWS +#endif // #ifndef __IncludeWindows_h__ +