Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprecomp.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS System Libraries 00004 * FILE: lib/secur32/precomp.h 00005 * PURPOSE: Security Library Header 00006 * PROGRAMMER: Alex Ionescu (alex@relsoft.net) 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 /* SDK/DDK/NDK Headers. */ 00012 #define WIN32_NO_STATUS 00013 #include <windows.h> 00014 #define NTOS_MODE_USER 00015 #include <ndk/rtlfuncs.h> 00016 #include <lsass/lsass.h> 00017 00018 #include <ntsecapi.h> 00019 #include <secext.h> 00020 #include <security.h> 00021 #include <sspi.h> Generated on Fri May 25 2012 04:14:47 for ReactOS by
1.7.6.1
|