diff --git a/reactos/apps/utils/pice/loader/makefile b/reactos/apps/utils/pice/loader/makefile index ab27ea9ace0..2aab129fbca 100644 --- a/reactos/apps/utils/pice/loader/makefile +++ b/reactos/apps/utils/pice/loader/makefile @@ -15,7 +15,7 @@ # make -PATH_TO_TOP = ../../.. +PATH_TO_TOP = ../../../.. TARGET_NORC = yes diff --git a/reactos/apps/utils/pice/loader/stdinc.h b/reactos/apps/utils/pice/loader/stdinc.h index 6ce4d2c8e22..34cfe0ce44f 100644 --- a/reactos/apps/utils/pice/loader/stdinc.h +++ b/reactos/apps/utils/pice/loader/stdinc.h @@ -18,7 +18,7 @@ //#include //#include -#include "../../../include/pe.h" +#include "../../../../include/pe.h" #include "stab_gnu.h" //#include "retypes.h" //#include "terminal.h" diff --git a/reactos/apps/utils/pice/module/makefile b/reactos/apps/utils/pice/module/makefile index e622454221a..13f3e673279 100644 --- a/reactos/apps/utils/pice/module/makefile +++ b/reactos/apps/utils/pice/module/makefile @@ -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 = \ diff --git a/reactos/apps/utils/pice/module/utils.h b/reactos/apps/utils/pice/module/utils.h index ea65de0f5e8..902d2f5db93 100644 --- a/reactos/apps/utils/pice/module/utils.h +++ b/reactos/apps/utils/pice/module/utils.h @@ -29,7 +29,7 @@ Copyright notice: --*/ #include -#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;