From 6ca3207ef54384a27c38f222abde6785fbfdff21 Mon Sep 17 00:00:00 2001 From: clsid2 Date: Wed, 4 May 2011 21:25:55 +0000 Subject: MFC bloat fix (part5): Updated project files for the filters git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3077 10f7b99b-c216-0410-bff0-8a66a9350fd8 --- src/filters/muxer/MatroskaMuxer/stdafx.h | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) (limited to 'src/filters/muxer/MatroskaMuxer/stdafx.h') diff --git a/src/filters/muxer/MatroskaMuxer/stdafx.h b/src/filters/muxer/MatroskaMuxer/stdafx.h index a24b77625..41145a210 100644 --- a/src/filters/muxer/MatroskaMuxer/stdafx.h +++ b/src/filters/muxer/MatroskaMuxer/stdafx.h @@ -1,7 +1,4 @@ /* - * Copyright (C) 2003-2006 Gabest - * http://www.gabest.org - * * 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 * the Free Software Foundation; either version 2, or (at your option) @@ -19,21 +16,9 @@ * */ - #pragma once -#include "../../../DSUtil/SharedInclude.h" - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit - -#ifndef VC_EXTRALEAN -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers -#endif - -#include -#include // MFC core and standard components - -#include -#include -#include +#include "../../../DSUtil/SharedInclude.h" +#include "../../../../include/stdafx_common.h" +#include "../../../../include/stdafx_common_afx.h" +#include "../../../../include/stdafx_common_dshow.h" -- cgit v1.2.3