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.
52 lines
765 B
52 lines
765 B
// Copyright (c) 2001 Microsoft Corporation
|
|
//
|
|
// File: pch.h
|
|
//
|
|
// Synopsis: precompiled header for the
|
|
// Configure Your Server Wizard project
|
|
//
|
|
// History: 02/02/2001 JeffJon Created
|
|
|
|
#ifndef __CYS_PCH_H
|
|
#define __CYS_PCH_H
|
|
|
|
|
|
// Stuff from burnslib
|
|
|
|
#include <burnslib.hpp>
|
|
|
|
#include <process.h>
|
|
#include <iphlpapi.h>
|
|
#include <shlwapi.h>
|
|
#include <dsrolep.h>
|
|
#include <comdef.h>
|
|
|
|
extern "C"
|
|
{
|
|
#include <dhcpapi.h>
|
|
#include <mdhcsapi.h>
|
|
}
|
|
|
|
#include <netconp.h>
|
|
|
|
#include <shlobjp.h>
|
|
#include <shgina.h>
|
|
|
|
// Printer shares
|
|
|
|
#include <winspool.h>
|
|
|
|
// File shares
|
|
|
|
#include <lmshare.h>
|
|
|
|
// Cluster
|
|
|
|
#include <clusapi.h>
|
|
|
|
|
|
#include "regkeys.h"
|
|
#include "common.h"
|
|
|
|
|
|
#endif // __CYS_PCH_H
|