home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 October / dpcb1098.iso / Business / Maxim / MAX5 / data.z / StdAfx.h < prev    next >
C/C++ Source or Header  |  1998-05-15  |  2KB  |  45 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. // NAME.......: stdafx.h                                               
  3. // PURPOSE....: include file for standard system include files,
  4. //              or project specific include files that are used frequently, but
  5. //              are changed infrequently
  6. //
  7. // WRITTEN....: 96/09/27 by Darko Juvan
  8. //
  9. // This code and information is provided "as is" without warranty of any
  10. // kind, either expressed or implied, including but not limited to the
  11. // implied warranties of merchantability and/or fitness for a particular
  12. // purpose..
  13. //
  14. // Copyright (c) 1998  Multiactive Software Inc.  All Rights Reserved.
  15. //
  16. //////////////////////////////////////////////////////////////////////////////
  17.  
  18. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  19.  
  20. #include <afxwin.h>         // MFC core and standard components
  21. #include <afxext.h>         // MFC extensions
  22.  
  23. #ifndef _AFX_NO_OLE_SUPPORT
  24. #include <afxole.h>         // MFC OLE classes
  25. #include <afxodlgs.h>       // MFC OLE dialog classes
  26. #include <afxdisp.h>        // MFC OLE automation classes
  27. #endif // _AFX_NO_OLE_SUPPORT
  28.  
  29.  
  30. #ifndef _AFX_NO_DB_SUPPORT
  31. #include <afxdb.h>            // MFC ODBC database classes
  32. #endif // _AFX_NO_DB_SUPPORT
  33.  
  34. #ifndef _AFX_NO_DAO_SUPPORT
  35. #include <afxdao.h>            // MFC DAO database classes
  36. #endif // _AFX_NO_DAO_SUPPORT
  37.  
  38. #ifndef _AFX_NO_AFXCMN_SUPPORT
  39. #include <afxcmn.h>            // MFC support for Windows Common Controls
  40. #endif // _AFX_NO_AFXCMN_SUPPORT
  41.  
  42.  
  43.  
  44.  
  45.