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

远程控制编程

开发平台:

WINDOWS

  1. /*  Back Orifice 2000 - Remote Administration Suite
  2.     Copyright (C) 1999, Cult Of The Dead Cow
  3.     This program is free software; you can redistribute it and/or modify
  4.     it under the terms of the GNU General Public License as published by
  5.     the Free Software Foundation; either version 2 of the License, or
  6.     (at your option) any later version.
  7.     This program is distributed in the hope that it will be useful,
  8.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  9.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10.     GNU General Public License for more details.
  11.     You should have received a copy of the GNU General Public License
  12.     along with this program; if not, write to the Free Software
  13.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  14. The author of this program may be contacted at dildog@l0pht.com. */
  15. // stdafx.h : include file for standard system include files,
  16. //  or project specific include files that are used frequently, but
  17. //      are changed infrequently
  18. //
  19. #if !defined(AFX_STDAFX_H__720D769B_A7E5_11D2_ADC4_0000F8084273__INCLUDED_)
  20. #define AFX_STDAFX_H__720D769B_A7E5_11D2_ADC4_0000F8084273__INCLUDED_
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif // _MSC_VER > 1000
  24. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  25. #include <afxwin.h>         // MFC core and standard components
  26. #include <afxext.h>         // MFC extensions
  27. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  28. #ifndef _AFX_NO_AFXCMN_SUPPORT
  29. #include <afxcmn.h> // MFC support for Windows Common Controls
  30. #endif // _AFX_NO_AFXCMN_SUPPORT
  31. #include<afxsock.h>
  32. #include <CJ60Lib.h>
  33. // User Messages
  34. #define WM_CDBWINDOWMOVED (WM_APP+0)
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_STDAFX_H__720D769B_A7E5_11D2_ADC4_0000F8084273__INCLUDED_)