//+---------------------------------------------------------------------------- // // Windows NT Secure Server Roles Security Configuration Wizard // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 2002 // // File: pch.h // // Contents: precompiled includes // // History: 13-Sep-01 EricB created // //----------------------------------------------------------------------------- #ifndef _pch_h #define _pch_h #include #include extern CComModule _Module; #define LookupPrivilegeValue LookupPrivilegeValueW #include // CComPtr et al #undef LookupPrivilegeValue #include #include #include "strings.h" extern Popup popup; #pragma hdrstop #endif // _pch_h