home *** CD-ROM | disk | FTP | other *** search
- //--------------------------------------------------------------------
- // Microsoft ADO Samples
- //
- // (c) 1996 Microsoft Corporation. All Rights Reserved.
- //
- // @doc ADORead Sample
- //
- // @module stdafx.h
- //
- // @devnote None
- //--------------------------------------------------------------------
- // stdafx.h : include file for standard system include files,
- // or project specific include files that are used frequently, but
- // are changed infrequently
- //
-
- #include <afxwin.h> // MFC core and standard components
- #include <afxext.h> // MFC extensions
- #include <MMSYSTEM.H> // For system time functions
-
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC support for Windows 95 Common Controls
- #endif // _AFX_NO_AFXCMN_SUPPORT
-
-
-