summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-08-18 05:22:59 +0000
committermidipix <writeonce@midipix.org>2017-08-18 03:04:34 -0400
commit93df7957a125a9e6948da9101388f91667b25826 (patch)
tree8ef9bb94681c9580c9f39fa878371ef4719eea86 /project
parent842d0f7290d2ac08f9e3a149363477274b9b95cd (diff)
downloadntapi-93df7957a125a9e6948da9101388f91667b25826.tar.bz2
ntapi-93df7957a125a9e6948da9101388f91667b25826.tar.xz
project: src/ipc: normalized source file names.
Diffstat (limited to 'project')
-rw-r--r--project/common.mk4
1 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 \