home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / ado / read / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1996-12-02  |  785 b   |  26 lines

  1. //--------------------------------------------------------------------
  2. // Microsoft ADO Samples
  3. //
  4. // (c) 1996 Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // @doc ADORead Sample
  7. //
  8. // @module    stdafx.h
  9. //
  10. // @devnote None
  11. //--------------------------------------------------------------------
  12. // stdafx.h : include file for standard system include files,
  13. //  or project specific include files that are used frequently, but
  14. //      are changed infrequently
  15. //
  16.  
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. #include <MMSYSTEM.H>        // For system time functions
  20.  
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24.  
  25.  
  26.