From 725b5f5a6e6e63812d8fafe4e67f84490c796e5a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 7 Jun 2015 09:13:09 +0000 Subject: [PATCH] [XDK] Correct the paths for some output headers. svn path=/trunk/; revision=68056 --- reactos/include/xdk/generate.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/include/xdk/generate.bat b/reactos/include/xdk/generate.bat index fd1860183f5..9bd3e11925a 100644 --- a/reactos/include/xdk/generate.bat +++ b/reactos/include/xdk/generate.bat @@ -1,8 +1,8 @@ -hpp.exe wdm.template.h wdm.h -hpp.exe ntddk.template.h ntddk.h -hpp.exe ntifs.template.h ntifs.h -hpp.exe devioctl.template.h devioctl.h +hpp.exe wdm.template.h ..\ddk\wdm.h +hpp.exe ntddk.template.h ..\ddk\ntddk.h +hpp.exe ntifs.template.h ..\ddk\ntifs.h +hpp.exe devioctl.template.h ..\psdk\devioctl.h hpp.exe ntdef.template.h ..\psdk\ntdef.h hpp.exe winnt.template.h ..\psdk\winnt.h