StdAfx.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

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__8F7632DA_10C3_4265_9DEB_7DB14132BF80__INCLUDED_)
  6. #define AFX_STDAFX_H__8F7632DA_10C3_4265_9DEB_7DB14132BF80__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #define WM_ADDNEWROOM WM_USER + 1
  11. #define WM_NEWCLIENTCOMEIN WM_USER+2
  12. #define WM_USERLOGOUT WM_USER + 3
  13. #define WM_CHANGEROOM WM_USER + 4
  14. #define WM_SAYINPRIVATE WM_USER + 5
  15. #define WM_FILETRANCE  WM_USER + 6
  16. #define WM_FILETIME    WM_USER + 7
  17. #define WM_TASKICON    WM_USER + 8
  18. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  19. #include <Afxcview.h>
  20. #include <afxwin.h>         // MFC core and standard components
  21. #include <afxext.h>         // MFC extensions
  22. #include <afxdisp.h>        // MFC Automation classes
  23. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  24. #include <afxtempl.h>
  25. #include <Afxmt.h>
  26. extern CCriticalSection g_cs;
  27. #ifndef _AFX_NO_AFXCMN_SUPPORT
  28. #include <afxcmn.h> // MFC support for Windows Common Controls
  29. #endif // _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxsock.h>
  31. #include "Message.h" // MFC socket extensions
  32. #include "TypeDefine.h"
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_STDAFX_H__8F7632DA_10C3_4265_9DEB_7DB14132BF80__INCLUDED_)