From 3a2dc4745e586a7766e44f0e1191580d4a080ac8 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 23 Apr 2004 20:14:59 +0000 Subject: [PATCH] Commented out MFC include files, which are not distributed with the free version of VC++, and which are not used in bacula-fd. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1276 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/baculafd/StdAfx.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bacula/src/win32/baculafd/StdAfx.h b/bacula/src/win32/baculafd/StdAfx.h index b48aad0f65..26ab471653 100644 --- a/bacula/src/win32/baculafd/StdAfx.h +++ b/bacula/src/win32/baculafd/StdAfx.h @@ -10,16 +10,18 @@ #pragma once #endif // _MSC_VER > 1000 -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers -#include +/* Commented out MFC include files, which are not distributed with the free + * version of VC++, and which are not used in bacula-fd. */ +/*#include #include // MFC core and standard components #include // MFC extensions -#include // MFC support for Internet Explorer 4 Common Controls +#include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT -#include // MFC support for Windows Common Controls +#include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT - +*/ #include // TODO: reference additional headers your program requires here -- 2.39.5