mirror of
https://github.com/reactos/reactos.git
synced 2025-07-06 13:31:24 +00:00
Make rtl use a single header. Helps for PCH and will help for the new Headers (no need to change each file)
svn path=/trunk/; revision=15115
This commit is contained in:
parent
f60871a43b
commit
35deccffea
35 changed files with 85 additions and 105 deletions
|
@ -15,10 +15,7 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <napi/teb.h>
|
||||
#include "rtl.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue