StdAfx.h
上传用户:lswyart
上传日期:2008-06-12
资源大小:3441k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. /*-----------------------------------------------------------------------------
  2. # Name:        stdafx.h
  3. # Product:     ClamWin Antivirus
  4. # Licence:     
  5. #   This program is free software; you can redistribute it and/or modify
  6. #   it under the terms of the GNU General Public License as published by
  7. #   the Free Software Foundation; either version 2 of the License, or
  8. #   (at your option) any later version.
  9. #   This program is distributed in the hope that it will be useful,
  10. #   but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. #   GNU General Public License for more details.
  13. #   You should have received a copy of the GNU General Public License
  14. #   along with this program; if not, write to the Free Software
  15. #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. #-----------------------------------------------------------------------------
  17. */
  18. // stdafx.h : include file for standard system include files,
  19. //  or project specific include files that are used frequently, but
  20. //      are changed infrequently
  21. //
  22. #if !defined(AFX_STDAFX_H__2A73A595_B196_4929_B806_D1E2641919D0__INCLUDED_)
  23. #define AFX_STDAFX_H__2A73A595_B196_4929_B806_D1E2641919D0__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. #define _WIN32_WINNT 0x0400
  28. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  29. #include <windows.h>
  30. #include <windowsx.h>
  31. #include <commctrl.h>
  32. #include <Shellapi.h>
  33. #include "StdString.h"
  34. #include "CWnd.h"
  35. #endif // !defined(AFX_STDAFX_H__2A73A595_B196_4929_B806_D1E2641919D0__INCLUDED_)