Source code of Windows XP (NT5)
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.

16 lines
432 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 "winsnmp.h"
  15. #include "winsnmpn.h"
  16. #include "wsnmpext.h"