mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Switch Advapi32 to NDK
svn path=/trunk/; revision=16160
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <tchar.h>
|
||||
#include <ntdll/rtl.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: lib/advapi32/advapi32.h
|
||||
* PURPOSE: Win32 Advanced API Libary Header
|
||||
* PROGRAMMER: Alex Ionescu ([email protected])
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
/* PSDK/NDK Headers */
|
||||
#include <windows.h>
|
||||
#include <sddl.h>
|
||||
#include <rosrtl/string.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <accctrl.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
/* FIXME: ROSRTL */
|
||||
#include <rosrtl/string.h>
|
||||
@@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include "advapi32.h"
|
||||
#include <ntsecapi.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
Reference in New Issue
Block a user