StdAfx.h
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  5. #include <afxctl.h>         // MFC support for OLE Controls
  6. // Delete the two includes below if you do not wish to use the MFC
  7. //  database classes
  8. #ifndef _UNICODE
  9. #include <afxdb.h> // MFC database classes
  10. #include <afxdao.h> // MFC DAO database classes
  11. #endif //_UNICODE
  12. void DrawWindowFrame(HWND);
  13. #define WM_SETWFCALLBACK (WM_USER + 100)