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

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__6BBEDB64_F9BE_487D_BA6A_753996757F35__INCLUDED_)
  6. #define AFX_STDAFX_H__6BBEDB64_F9BE_487D_BA6A_753996757F35__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_ACCEPTFILE   WM_USER + 7
  17. #define WM_FILETIME    WM_USER + 8
  18. #define WM_TASKICON    WM_USER  + 9
  19. #define VC_EXTRALEAN
  20. // Exclude rarely-used stuff from Windows headers
  21. #include <Afxcview.h>
  22. #include <afxwin.h>         // MFC core and standard components
  23. #include <afxext.h>         // MFC extensions
  24. #include <afxdisp.h>        // MFC Automation classes
  25. #include <afxdlgs.h>
  26. #include <afxtempl.h>
  27. #include <afxdtctl.h>
  28. #include <Mmsystem.h> // MFC support for Internet Explorer 4 Common Controls
  29. #ifndef _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxcmn.h> // MFC support for Windows Common Controls
  31. #endif // _AFX_NO_AFXCMN_SUPPORT
  32. #include <afxsock.h> // MFC socket extensions
  33. #include "MainSocket.h"
  34. #include "Message.h"
  35. #include "ParseMessage.h"
  36. #include "TypeDefine.h"
  37. #include "CClient.h"
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_STDAFX_H__6BBEDB64_F9BE_487D_BA6A_753996757F35__INCLUDED_)