home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Comunicatii / netmansuite / setup.exe / Samples / VisualC / StdAfx.h < prev    next >
C/C++ Source or Header  |  2001-05-16  |  1KB  |  42 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. #if !defined(AFX_STDAFX_H__A427CC48_49BF_11D5_AAD8_0002B322E676__INCLUDED_)
  7. #define AFX_STDAFX_H__A427CC48_49BF_11D5_AAD8_0002B322E676__INCLUDED_
  8.  
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12.  
  13. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  14.  
  15. #include <afxwin.h>         // MFC core and standard components
  16. #include <afxext.h>         // MFC extensions
  17.  
  18. #ifndef _AFX_NO_OLE_SUPPORT
  19. #include <afxole.h>         // MFC OLE classes
  20. #include <afxodlgs.h>       // MFC OLE dialog classes
  21. #include <afxdisp.h>        // MFC OLE automation classes
  22. #endif // _AFX_NO_OLE_SUPPORT
  23.  
  24.  
  25. #ifndef _AFX_NO_DB_SUPPORT
  26. #include <afxdb.h>            // MFC ODBC database classes
  27. #endif // _AFX_NO_DB_SUPPORT
  28.  
  29. #ifndef _AFX_NO_DAO_SUPPORT
  30. #include <afxdao.h>            // MFC DAO database classes
  31. #endif // _AFX_NO_DAO_SUPPORT
  32.  
  33. #ifndef _AFX_NO_AFXCMN_SUPPORT
  34. #include <afxcmn.h>            // MFC support for Windows Common Controls
  35. #endif // _AFX_NO_AFXCMN_SUPPORT
  36.  
  37.  
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40.  
  41. #endif // !defined(AFX_STDAFX_H__A427CC48_49BF_11D5_AAD8_0002B322E676__INCLUDED_)
  42.