mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
Fix build.
svn path=/trunk/; revision=16052
This commit is contained in:
parent
fb0959e85a
commit
ff246534c9
2 changed files with 1 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
/* SDK/DDK/NDK Headers. */
|
||||
#include <windows.h>
|
||||
#include <ddk/ntddk.h> /* FIXME: NDK */
|
||||
#include <ddk/ntifs.h> /* FIXME: NDK */
|
||||
#include <windows.h>
|
||||
#include <ntos/ldrtypes.h> /* FIXME: NDK */
|
||||
|
||||
/* NTDLL Public Headers. FIXME: USE NDK */
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntdll/rtl.h>
|
||||
#define NDEBUG
|
||||
#include <ntdll.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue