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.

17 lines
482 B

  1. #pragma warning (disable : 4001)
  2. //
  3. // winsnmp.inc
  4. // Utility include for NetPlus WinSNMP
  5. // Copyright 1995-1997 ACE*COMM Corp
  6. // Rleased to Microsoft under Contract
  7. // Beta 1 version, 970228
  8. // Bob Natale ([email protected])
  9. //
  10. #include <stdlib.h> // for _ltoa(), strtol(), etc.
  11. #include <string.h>
  12. #include <memory.h>
  13. #include <process.h> // for _beginthreadex()
  14. #include <errno.h> // for ERANGE
  15. #include "winsnmp.h"
  16. #include "winsnmpn.h"
  17. #include "wsnmpext.h"