home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Wtestowe / Vistdstd / Install / Data.Z / MFC4_vsl.AWX / TEMPLATE / STDAFX.H < prev    next >
C/C++ Source or Header  |  1997-03-07  |  2KB  |  72 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. //*****************************************************************************
  7. //    STDAFX.H - Generated by the "MFC VAddon VSL Wizard."
  8. //    Special definitions required for building MFC VSL's:
  9.  
  10. #define VADDON_MFC
  11.  
  12. //*****************************************************************************
  13.  
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. $$IF(CTreeView || CListView)
  20. #include <afxcview.h>
  21. $$ENDIF //CTreeView || CListView
  22. $$IF(PROJTYPE_DLL)
  23.  
  24. #ifndef _AFX_NO_OLE_SUPPORT
  25. $$ENDIF //PROJTYPE_DLL
  26. $$IF(CONTAINER || MINI_SERVER || FULL_SERVER || CONTAINER_SERVER || PROJTYPE_DLL)
  27. #include <afxole.h>         // MFC OLE classes
  28. $$IF(CONTAINER || CONTAINER_SERVER || PROJTYPE_DLL)
  29. #include <afxodlgs.h>       // MFC OLE dialog classes
  30. $$ENDIF
  31. $$ENDIF
  32. $$IF(AUTOMATION || PROJTYPE_DLL || OLECTL)
  33. #include <afxdisp.h>        // MFC OLE automation classes
  34. $$ENDIF
  35. $$IF(PROJTYPE_DLL)
  36. #endif // _AFX_NO_OLE_SUPPORT
  37.  
  38. $$ENDIF //PROJTYPE_DLL
  39. $$// Include database headers.  For a DLL or app which just includes database
  40. $$//  headers (no database view), conditionally include DAO and ODBC.
  41. $$//  If an actual view is used, always & only include the corresponding header.
  42. $$// First, actual view is used:
  43. $$IF(CRecordView)
  44. #include <afxdb.h>            // MFC ODBC database classes
  45. $$ELIF(CDaoRecordView)
  46. #include <afxdao.h>            // MFC DAO database classes
  47. $$ELIF(DB || PROJTYPE_DLL)
  48. $$// Here, minimal DB support is requested, or we're a DLL.  No view is chosen.
  49.  
  50. #ifndef _AFX_NO_DB_SUPPORT
  51. #include <afxdb.h>            // MFC ODBC database classes
  52. #endif // _AFX_NO_DB_SUPPORT
  53.  
  54. #ifndef _AFX_NO_DAO_SUPPORT
  55. #include <afxdao.h>            // MFC DAO database classes
  56. #endif // _AFX_NO_DAO_SUPPORT
  57.  
  58. $$ENDIF // database/DLL options
  59. #ifndef _AFX_NO_AFXCMN_SUPPORT
  60. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  61. #endif // _AFX_NO_AFXCMN_SUPPORT
  62.  
  63. $$IF(SOCKETS)
  64. #include <afxsock.h>        // MFC socket extensions
  65. $$ENDIF //SOCKETS
  66. $$IF(CRichEditView)
  67. #include <afxrich.h>        // MFC rich edit classes
  68. $$ENDIF //CRichEditView
  69.  
  70.  
  71.  
  72.