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 /demuxer
parentb09ef67d1381b2c04ad4b2804bce7e1adfdd8575 (diff)
Move common win32 version/inclusion defines into a new header
Diffstat (limited to 'demuxer')
-rw-r--r--demuxer/Demuxers/stdafx.h3
-rw-r--r--demuxer/LAVSplitter/stdafx.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/demuxer/Demuxers/stdafx.h b/demuxer/Demuxers/stdafx.h
index b6ca41d0..5ca45dae 100644
--- a/demuxer/Demuxers/stdafx.h
+++ b/demuxer/Demuxers/stdafx.h
@@ -19,8 +19,7 @@
#pragma once
-#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
-#define VC_EXTRALEAN
+#include "common_defines.h"
#include <atlbase.h>
#include <atlconv.h>
diff --git a/demuxer/LAVSplitter/stdafx.h b/demuxer/LAVSplitter/stdafx.h
index 99c20201..e8e1310f 100644
--- a/demuxer/LAVSplitter/stdafx.h
+++ b/demuxer/LAVSplitter/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