]> git.sur5r.net Git - bacula/bacula/commitdiff
Commented out MFC include files, which are not distributed with the free version...
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 20:14:59 +0000 (20:14 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 23 Apr 2004 20:14:59 +0000 (20:14 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1276 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/baculafd/StdAfx.h

index b48aad0f65c61a500f230f3644ffcd08a1bf8e57..26ab471653e4e907e92b6334e193fafa96f99a03 100644 (file)
 #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 <afx.h>
+/* Commented out MFC include files, which are not distributed with the free
+ * version of VC++, and which are not used in bacula-fd. */
+/*#include <afx.h>
 #include <afxwin.h>         // MFC core and standard components
 #include <afxext.h>         // MFC extensions
-#include <afxdtctl.h>          // MFC support for Internet Explorer 4 Common Controls
+#include <afxdtctl.h>       // MFC support for Internet Explorer 4 Common Controls
 #ifndef _AFX_NO_AFXCMN_SUPPORT
-#include <afxcmn.h>                    // MFC support for Windows Common Controls
+#include <afxcmn.h>         // MFC support for Windows Common Controls
 #endif // _AFX_NO_AFXCMN_SUPPORT
-
+*/
 #include <iostream>
 
 // TODO: reference additional headers your program requires here