// 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 #include #include #include #include #include #include #include extern "C" { #include #include } #include #include #include // DNS Server #include // Setup API - SetupPromptReboot #include // Winsock #include // File shares #include #include "cys.h" #include "regkeys.h" #include "common.h" #include "state.h" #endif // __CYS_PCH_H