From e9933d2bec2c35160a53983d301645164c7187b8 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 23 Mar 2015 11:00:52 +0100 Subject: Move common win32 version/inclusion defines into a new header --- decoder/LAVAudio/stdafx.h | 4 +--- decoder/LAVVideo/stdafx.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'decoder') diff --git a/decoder/LAVAudio/stdafx.h b/decoder/LAVAudio/stdafx.h index 9c6579fc..939c3f34 100644 --- a/decoder/LAVAudio/stdafx.h +++ b/decoder/LAVAudio/stdafx.h @@ -21,12 +21,10 @@ #pragma once -#define WIN32_LEAN_AND_MEAN -#define VC_EXTRALEAN - // Support for Version 6.0 styles #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") +#include "common_defines.h" #include "version.h" // include headers diff --git a/decoder/LAVVideo/stdafx.h b/decoder/LAVVideo/stdafx.h index ec2cb822..80a23dcb 100644 --- a/decoder/LAVVideo/stdafx.h +++ b/decoder/LAVVideo/stdafx.h @@ -21,12 +21,10 @@ #pragma once -#define WIN32_LEAN_AND_MEAN -#define VC_EXTRALEAN - // Support for Version 6.0 styles #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"") +#include "common_defines.h" #include "version.h" // include headers -- cgit v1.2.3