reactos/dll/win32/secur32/precomp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

22 lines
501 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)
*/
#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>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <secext.h>
#include <security.h>