reactos/dll/win32/secur32/precomp.h
2013-06-16 22:01:41 +00:00

26 lines
627 B
C

/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: lib/secur32/precomp.h
* PURPOSE: Security Library Header
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/
/* INCLUDES ******************************************************************/
#include <stdarg.h>
/* SDK/DDK/NDK Headers. */
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <lsass/lsass.h>
#include <secext.h>
#include <security.h>