Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (c) 1992-2001 Microsoft Corporation, All Rights Reserved
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. #ifndef __SNMPSTD_H_
  11. #define __SNMPSTD_H_
  12. #include <windows.h>
  13. #include <stdio.h>
  14. #include <provexpt.h>
  15. struct __POSITION { };
  16. typedef __POSITION* POSITION;
  17. #define BEFORE_START_POSITION ((POSITION)-1L)
  18. struct _AFX_DOUBLE { BYTE doubleBits[sizeof(double)]; };
  19. struct _AFX_FLOAT { BYTE floatBits[sizeof(float)]; };
  20. class CObject
  21. {
  22. public:
  23. CObject () {} ;
  24. virtual ~CObject () {} ;
  25. } ;
  26. #define AFXAPI __stdcall
  27. #define AFX_CDECL __cdecl
  28. #pragma warning(disable: 4275) // deriving exported class from non-exported
  29. #pragma warning(disable: 4251) // using non-exported as public in exported
  30. #pragma warning(disable: 4114)
  31. #include "snmpstr.h"
  32. #endif