mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 21:45:42 +00:00
Made header file usage more consistent
Tried to reduce dependancies between layers by moving ntoskrnl's private header files inside its directory Removed the need to include windows.h for ddk code Removed obsolete testing code svn path=/trunk/; revision=1213
This commit is contained in:
parent
109fef6e75
commit
cc95f73421
214 changed files with 2260 additions and 1972 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: create.c,v 1.28 2000/06/03 14:47:33 ea Exp $
|
||||
/* $Id: create.c,v 1.29 2000/06/29 23:35:26 dwelch Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -17,9 +17,9 @@
|
|||
#include <kernel32/thread.h>
|
||||
#include <wchar.h>
|
||||
#include <string.h>
|
||||
#include <internal/i386/segment.h>
|
||||
#include <napi/i386/segment.h>
|
||||
#include <ntdll/ldr.h>
|
||||
#include <internal/teb.h>
|
||||
#include <napi/teb.h>
|
||||
#include <ntdll/base.h>
|
||||
#include <ntdll/rtl.h>
|
||||
#include <csrss/csrss.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue