mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
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:
parent
755c848950
commit
2125679164
18 changed files with 16 additions and 15 deletions
|
@ -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" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* Sept 27, 2003: Created
|
||||
*/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <ddk/ntddk.h>
|
||||
|
||||
#include "mpu401.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
/* INCLUDES */
|
||||
#include <ntddk.h>
|
||||
|
||||
#include <pseh.h>
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
#include "null.h"
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
#include <afd.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <pseh.h>
|
||||
#include <pseh/pseh.h>
|
||||
#endif
|
||||
#include "debug.h"
|
||||
#include "tdiconn.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <pseh.h>
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
NTSTATUS DispPrepareIrpForCancel(
|
||||
PTRANSPORT_CONTEXT Context,
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
|
||||
#include "internal.h"
|
||||
|
||||
#include <pseh.h>
|
||||
#include <pseh/pseh.h>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <wchar.h>
|
||||
|
||||
/* SEH support with PSEH */
|
||||
#include <pseh.h>
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
/* Helper Header */
|
||||
#include <reactos/helper.h>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue