StdAfx.h
上传用户:jsxglz
上传日期:2007-01-03
资源大小:117k
文件大小:2k
源码类别:

SQL Server

开发平台:

Visual C++

  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. #if !defined(AFX_STDAFX_H__C1AD2407_D2B0_11D1_AE85_0060B02A7538__INCLUDED_)
  6. #define AFX_STDAFX_H__C1AD2407_D2B0_11D1_AE85_0060B02A7538__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxext.h>         // MFC extensions
  13. #include <afxole.h>         // MFC OLE classes
  14. #include <afxdisp.h>        // MFC OLE automation classes
  15. #define ODBCVER 0x0250
  16. typedef void* SQLHANDLE;
  17. #ifndef _AFX_NO_DB_SUPPORT
  18. #include <afxdb.h> // MFC ODBC database classes
  19. #endif // _AFX_NO_DB_SUPPORT
  20. #ifndef _AFX_NO_DAO_SUPPORT
  21. #include <afxdao.h> // MFC DAO database classes
  22. #endif // _AFX_NO_DAO_SUPPORT
  23. #ifndef _AFX_NO_AFXCMN_SUPPORT
  24. #include <afxcmn.h> // MFC support for Windows Common Controls
  25. #endif // _AFX_NO_AFXCMN_SUPPORT
  26. #include <afxrich.h> // MFC rich edit classes
  27. #include <afxadv.h> // CSharedFile
  28. #include <ATLCONV.h>
  29. #include <string>
  30. #include "StringEx.h"
  31. #include "RecordsetEx.h"
  32. #include "StoredProcedures.h"
  33. #include "ListCtrlEx.h"
  34. #include "Tables.h"
  35. #include "SortColumn.h"
  36. #include "Columns.h"
  37. #include "Helpers.h"
  38. // Skip over first five messages since the framework
  39. // uses a few of these messages
  40. #define WM_EXECUTION_COMPLETE (WM_USER + 6)
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_STDAFX_H__C1AD2407_D2B0_11D1_AE85_0060B02A7538__INCLUDED_)