/*++ Copyright (c) 2001 Microsoft Corporation Module Name: pch.hxx Abstract: Pre-compiled headers for the project Author: Cliff Van Dyke (cliffv) 11-Apr-2001 --*/ #include #include #include #include #include #include #include #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 "genobj.h" #include "objects.h" #include "persist.h"