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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*_############################################################################   _##    _##  StdAfx.h     _##   _##  SNMP++v3.2.21   _##  -----------------------------------------------   _##  Copyright (c) 2001-2006 Jochen Katz, Frank Fock   _##   _##  This software is based on SNMP++2.6 from Hewlett Packard:   _##     _##    Copyright (c) 1996   _##    Hewlett-Packard Company   _##     _##  ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.   _##  Permission to use, copy, modify, distribute and/or sell this software    _##  and/or its documentation is hereby granted without fee. User agrees    _##  to display the above copyright notice and this license notice in all    _##  copies of the software and any documentation of the software. User    _##  agrees to assume all liability for the use of the software;    _##  Hewlett-Packard and Jochen Katz make no representations about the    _##  suitability of this software for any purpose. It is provided    _##  "AS-IS" without warranty of any kind, either express or implied. User    _##  hereby grants a royalty-free license to any and all derivatives based   _##  upon this software code base.    _##     _##  Stuttgart, Germany, Fri Jun 16 17:48:57 CEST 2006    _##     _##########################################################################*/ // 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__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_)
  6. #define AFX_STDAFX_H__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // Insert your headers here
  11. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  12. #include <windows.h>
  13. // TODO: reference additional headers your program requires here
  14. //{{AFX_INSERT_LOCATION}}
  15. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  16. #endif // !defined(AFX_STDAFX_H__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_)