STDAFX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //--------------------------------------------------------------------
  2. // Microsoft ADO Samples
  3. //
  4. // (c) 1996 Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // @doc GetRows 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. #include <afxwin.h>         // MFC core and standard components
  17. #include <afxext.h>         // MFC extensions
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  20. #endif // _AFX_NO_AFXCMN_SUPPORT