mirror of https://github.com/tongzx/nt5src
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.
29 lines
729 B
29 lines
729 B
/**********************************************************************/
|
|
/** 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"
|