//+------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1993 - 1995. // // File: aclpch.hxx // // Contents: common internal includes for access control API // // History: 1-95 Created DaveMont // //-------------------------------------------------------------------- #ifndef __ACLPCHHXX__ #define __ACLPCHHXX__ #define _ADVAPI32_ extern "C" { #include #include #include #include #include #include #include #include #include } #define AccAlloc(size) LocalAlloc(LMEM_FIXED | LMEM_ZEROINIT, size) #include //#include #include #include #include #include #endif // __ACLPCHHXX__