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:
Alex Ionescu 2005-05-08 05:14:46 +00:00
parent f60871a43b
commit 35deccffea
35 changed files with 85 additions and 105 deletions

View file

@ -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>