2020-09-30 16:53:55 +02:00

26 lines
581 B
C

/**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
/**********************************************************************/
/*
snapbase.h
Common header file included by all snapins derived
from these base classes
FILE HISTORY:
*/
#include "dbgutil.h"
#include "std.h"
#include "errutil.h"
extern "C"
{
#include "ipaddr.h"
}
#include "ipaddr.hpp"
#include "service.h"