Move some internal headers to /reactos, set it as a default include path, move pseh and elf headers to their respective directories

svn path=/trunk/; revision=16358
This commit is contained in:
Alex Ionescu 2005-06-30 22:40:36 +00:00
parent 755c848950
commit 2125679164
18 changed files with 16 additions and 15 deletions

View file

@ -30,8 +30,9 @@
</if>
<include>include</include>
<include>include/reactos</include>
<include>w32api/include</include>
<include>w32api/include/ddk</include>
<include>w32api/include/ddk</include>
<directory name="apps">
<xi:include href="apps/directory.xml" />

View file

@ -9,7 +9,7 @@
* Sept 27, 2003: Created
*/
#include <ntddk.h>
#include <ddk/ntddk.h>
#include "mpu401.h"

View file

@ -14,7 +14,7 @@
/* INCLUDES */
#include <ntddk.h>
#include <pseh.h>
#include <pseh/pseh.h>
#include "null.h"

View file

@ -11,7 +11,7 @@
#include "tdi_proto.h"
#include "tdiconn.h"
#include "debug.h"
#include "pseh.h"
#include "pseh/pseh.h"
NTSTATUS STDCALL
AfdGetInfo( PDEVICE_OBJECT DeviceObject, PIRP Irp,

View file

@ -11,7 +11,7 @@
#include "tdi_proto.h"
#include "tdiconn.h"
#include "debug.h"
#include "pseh.h"
#include "pseh/pseh.h"
/* Lock a method_neither request so it'll be available from DISPATCH_LEVEL */
PVOID LockRequest( PIRP Irp, PIO_STACK_LOCATION IrpSp ) {

View file

@ -9,7 +9,7 @@
*/
#include <afd.h>
#ifndef _MSC_VER
#include <pseh.h>
#include <pseh/pseh.h>
#endif
#include "debug.h"
#include "tdiconn.h"

View file

@ -10,7 +10,7 @@
*/
#include "precomp.h"
#include <pseh.h>
#include <pseh/pseh.h>
NTSTATUS DispPrepareIrpForCancel(
PTRANSPORT_CONTEXT Context,

View file

@ -52,7 +52,7 @@
#include "winreg.h"
#include "winternl.h"
#include <pseh.h>
#include <pseh/pseh.h>
#include "wine/debug.h"
#include "dbghelp_private.h"

View file

@ -28,7 +28,7 @@
#include "include/kernel32.h"
/* PSEH for SEH Support */
#include <pseh.h>
#include <pseh/pseh.h>
/* Helper Header */
#include <reactos/helper.h>

View file

@ -8,4 +8,4 @@
#include "internal.h"
#include <pseh.h>
#include <pseh/pseh.h>

View file

@ -24,7 +24,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <pseh.h>
#include <pseh/pseh.h>
#include <pseh/framebased/internal.h>
#include <pseh/excpt.h>
#include <pseh/framebased.h>

View file

@ -34,7 +34,7 @@
#include <wchar.h>
/* SEH support with PSEH */
#include <pseh.h>
#include <pseh/pseh.h>
/* Helper Header */
#include <reactos/helper.h>

View file

@ -15,7 +15,7 @@
#define MAXULONG ((ULONG)(~1))
#endif
#include <elf.h>
#include <elf/elf.h>
/* TODO: Intsafe should be made into a library, as it's generally useful */
static __inline BOOLEAN Intsafe_CanAddULongPtr

View file

@ -9,7 +9,7 @@
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <pseh.h>
#include <pseh/pseh.h>
#include "regtests.h"
#define NDEBUG

View file

@ -28,7 +28,7 @@ STDCALL
MmCopyToCaller(PVOID Dest, const VOID *Src, ULONG NumberOfBytes);
/* SEH Support with PSEH */
#include <pseh.h>
#include <pseh/pseh.h>
/* CSRSS Header */
#include <csrss/csrss.h>