summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--project/common.mk4
-rw-r--r--src/ipc/ntapi_ipc_create_pipe_v1.c (renamed from src/ipc/ntapi_tt_create_pipe_v1.c)0
-rw-r--r--src/ipc/ntapi_ipc_create_pipe_v2.c (renamed from src/ipc/ntapi_tt_create_pipe_v2.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/project/common.mk b/project/common.mk
index a16eeb2..6c546f3 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -24,8 +24,8 @@ COMMON_SRCS = \
src/internal/ntapi_entry_point.c \
src/internal/ntapi_open.c \
src/ipc/ntapi_ipc_connect.c \
- src/ipc/ntapi_tt_create_pipe_v1.c \
- src/ipc/ntapi_tt_create_pipe_v2.c \
+ src/ipc/ntapi_ipc_create_pipe_v1.c \
+ src/ipc/ntapi_ipc_create_pipe_v2.c \
src/ldr/ntapi_ldr_create_state_snapshot.c \
src/ldr/ntapi_ldr_load_system_dll.c \
src/ldr/ntapi_ldr_revert_state_to_snapshot.c \
diff --git a/src/ipc/ntapi_tt_create_pipe_v1.c b/src/ipc/ntapi_ipc_create_pipe_v1.c
index 53dbd7e..53dbd7e 100644
--- a/src/ipc/ntapi_tt_create_pipe_v1.c
+++ b/src/ipc/ntapi_ipc_create_pipe_v1.c
diff --git a/src/ipc/ntapi_tt_create_pipe_v2.c b/src/ipc/ntapi_ipc_create_pipe_v2.c
index a61036b..a61036b 100644
--- a/src/ipc/ntapi_tt_create_pipe_v2.c
+++ b/src/ipc/ntapi_ipc_create_pipe_v2.c