StdAfx.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*_############################################################################
  2. _##
  3. _## StdAfx.h
  4. _##
  5. _## SNMP++v3.2.23
  6. _## -----------------------------------------------
  7. _## Copyright (c) 2001-2007 Jochen Katz, Frank Fock
  8. _##
  9. _## This software is based on SNMP++2.6 from Hewlett Packard:
  10. _##
  11. _## Copyright (c) 1996
  12. _## Hewlett-Packard Company
  13. _##
  14. _## ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
  15. _## Permission to use, copy, modify, distribute and/or sell this software
  16. _## and/or its documentation is hereby granted without fee. User agrees
  17. _## to display the above copyright notice and this license notice in all
  18. _## copies of the software and any documentation of the software. User
  19. _## agrees to assume all liability for the use of the software;
  20. _## Hewlett-Packard and Jochen Katz make no representations about the
  21. _## suitability of this software for any purpose. It is provided
  22. _## "AS-IS" without warranty of any kind, either express or implied. User
  23. _## hereby grants a royalty-free license to any and all derivatives based
  24. _## upon this software code base.
  25. _##
  26. _## Stuttgart, Germany, Sun Nov 11 15:10:59 CET 2007
  27. _##
  28. _##########################################################################*/
  29. // stdafx.h : include file for standard system include files,
  30. // or project specific include files that are used frequently, but
  31. // are changed infrequently
  32. //
  33. #if !defined(AFX_STDAFX_H__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_)
  34. #define AFX_STDAFX_H__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_
  35. #if _MSC_VER > 1000
  36. #pragma once
  37. #endif // _MSC_VER > 1000
  38. // Insert your headers here
  39. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  40. #include <windows.h>
  41. // TODO: reference additional headers your program requires here
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_STDAFX_H__E6AC74E0_135D_48EE_A143_3D352F9B49B8__INCLUDED_)