mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Updated paths after directory was moved.
svn path=/trunk/; revision=3020
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user