Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-03-23 13:00:52 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-03-23 13:01:37 +0300
commite9933d2bec2c35160a53983d301645164c7187b8 (patch)
tree50a7d587fb92037bf47ce560814e5ec75f501da0 /decoder
parentb09ef67d1381b2c04ad4b2804bce7e1adfdd8575 (diff)
Move common win32 version/inclusion defines into a new header
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVAudio/stdafx.h4
-rw-r--r--decoder/LAVVideo/stdafx.h4
2 files changed, 2 insertions, 6 deletions
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