mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Updated paths after directory was moved.
svn path=/trunk/; revision=3020
This commit is contained in:
parent
421ce5c9dc
commit
9910fb19ec
4 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
# make
|
||||
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
PATH_TO_TOP = ../../../..
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
//#include <unistd.h>
|
||||
//#include <linux/unistd.h>
|
||||
|
||||
#include "../../../include/pe.h"
|
||||
#include "../../../../include/pe.h"
|
||||
#include "stab_gnu.h"
|
||||
//#include "retypes.h"
|
||||
//#include "terminal.h"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PATH_TO_TOP = ../../..
|
||||
PATH_TO_TOP = ../../../..
|
||||
|
||||
TARGET_TYPE = driver
|
||||
|
||||
TARGET_NAME = pice
|
||||
TARGET_CFLAGS := -g -I../../../ntoskrnl/include -I../../../ntoskrnl/include -DDEBUG
|
||||
TARGET_CFLAGS := -g -I../../../../ntoskrnl/include -DDEBUG
|
||||
TARGET_SDK_LIBS :=
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
|
|
|
@ -29,7 +29,7 @@ Copyright notice:
|
|||
|
||||
--*/
|
||||
#include <stdarg.h>
|
||||
#include "../../../ntoskrnl/include/internal/ps.h"
|
||||
#include "../../../../ntoskrnl/include/internal/ps.h"
|
||||
#define __STR(x) #x
|
||||
#define STR(x) __STR(x)
|
||||
|
||||
|
@ -56,7 +56,7 @@ typedef struct tagKEYBOARD_LAYOUT
|
|||
} KEYBOARD_LAYOUT, *PKEYBOARD_LAYOUT;
|
||||
|
||||
extern PKEYBOARD_LAYOUT CurrentKeyboard;
|
||||
|
||||
|
||||
typedef struct _FRAME
|
||||
{
|
||||
ULONG error_code;
|
||||
|
|
Loading…
Reference in a new issue