//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1993. // // File: Common header file for the entire ADs project. // // History: // // Note: This file is very order-dependent. Don't switch files around // just for the heck of it! // //---------------------------------------------------------------------------- #ifndef _PROCS_HXX_ #define _PROCS_HXX_ #define _OLEAUT32_ #define _LARGE_INTEGER_SUPPORT_ #define UNICODE #define _UNICODE #define INC_OLE2 #define SECURITY_WIN32 #ifdef __cplusplus extern "C" { #endif #include #include #include #undef DOMAIN_ALL_ACCESS // defined in both ntsam.h and ntwinapi.h #include #include #include #ifdef __cplusplus } #endif #include #include #include #include // // ********* CRunTime Includes // #include #include #include #include #include #ifdef __cplusplus extern "C" { #endif #include "activeds.h" #ifdef __cplusplus } #endif // // ********* Public ADs includes // #include "nocairo.hxx" // // ********* Public OleDB includes // #include "oledbinc.hxx" // // ********* Private ADs includes // #ifdef __cplusplus extern "C" { #endif #include #include #ifdef __cplusplus } #endif #include #include #include "nodll.hxx" #include "noutil.hxx" #include "util.hxx" #include "fbstr.hxx" #include "date.hxx" #include "intf.hxx" #include "intf2.hxx" #include "cdispmgr.hxx" #include "registry.hxx" #include "pack.hxx" #include "creden.hxx" #if DBG==1 && !defined(MSVC) #ifdef __cplusplus extern "C" { #endif #include "caiheap.h" #ifdef __cplusplus } #endif #endif #include "win95.hxx" #endif // ifndef _PROCS_HXX_