From: Nicolas Boichat Date: Fri, 23 Apr 2004 20:14:59 +0000 (+0000) Subject: Commented out MFC include files, which are not distributed with the free version... X-Git-Tag: Release-1.34.3~123 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a2dc4745e586a7766e44f0e1191580d4a080ac8;p=bacula%2Fbacula 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 --- 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