30 lines
729 B
C
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"
|