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

#pragma warning (disable : 4001)
//
// winsnmp.inc
// Utility include for NetPlus WinSNMP
// Copyright 1995-1997 ACE*COMM Corp
// Rleased to Microsoft under Contract
// Beta 1 version, 970228
// Bob Natale ([email protected])
//
#include <stdlib.h> // for _ltoa(), strtol(), etc.
#include <string.h>
#include <memory.h>
#include <process.h> // for _beginthreadex()
#include <errno.h> // for ERANGE
#include "winsnmp.h"
#include "winsnmpn.h"
#include "wsnmpext.h"