windows-nt/Source/XPSP1/NT/net/mmc/common/snapbase.h
2020-09-26 16:20:57 +08:00

30 lines
729 B
C

/**********************************************************************/
/** Microsoft Windows/NT **/
/** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
/**********************************************************************/
/*
snapbase.h
Common header file included by all snapins derived
from these base classes
FILE HISTORY:
*/
const long UNINITIALIZED = -1;
/////////////////////////////////////////////////////////////////////////////
// Helper functions
#include <dbgutil.h>
#include <std.h>
#include <errutil.h>
#include <ipaddr.h>
#include "ipaddr.hpp"
#include "dataobj.h"
#include "compont.h"
#include "proppage.h"
#include "about.h"