26 lines
581 B
C
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"
|