/*++ Copyright (c) 2001 Microsoft Corporation Module Name: pch.hxx Abstract: Pre-compiled headers for the project Author: Cliff Van Dyke (cliffv) 11-Apr-2001 --*/ // // Use the AVL versions of the generic table routines // #define RTL_USE_AVL_TABLES 1 #include #include #include #include #define SECURITY_WIN32 #include #include #include #include #include #include #include #include #include #include #include #include #include extern "C" { #include } #pragma warning ( push ) #pragma warning ( disable : 4201 ) // nonstandard extension used : nameless struct/union #include #pragma warning ( pop ) #include "azrolesp.h" #include "util.h" #include "azper.h" #include "genobj.h" #include "objects.h" #include "persist.h" #include #include #include "bizrule.h" #pragma warning ( push ) #pragma warning ( disable : 4267 ) // avoid warning in atlcom.h(line:4535) #include "stdafx.h" #include "azroles.h" #include "azdisp.h" #pragma warning ( pop )