diff options
author | midipix <writeonce@midipix.org> | 2019-05-28 17:52:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 20:59:10 +0000 |
commit | d4344e39eef3f7dfe84de7201ccf94204b018b60 (patch) | |
tree | 7572e86f1757d7ff61d5012d2aa7231bb09e1587 /project | |
parent | 2a7f67d71f9d34c49de6a81e7deab10882bf930f (diff) | |
download | ntapi-d4344e39eef3f7dfe84de7201ccf94204b018b60.tar.bz2 ntapi-d4344e39eef3f7dfe84de7201ccf94204b018b60.tar.xz |
debug interfaces: normalize extension functions (set prefix to tt_debug_).
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/common.mk b/project/common.mk index 508cc13..e581e9d 100644 --- a/project/common.mk +++ b/project/common.mk @@ -15,7 +15,7 @@ COMMON_SRCS = \ src/blitter/ntapi_blt_free.c \ src/daemon/ntapi_dsr_init.c \ src/daemon/ntapi_dsr_internal_connection.c \ - src/debug/ntapi_tt_create_debug_object.c \ + src/debug/ntapi_tt_debug_create_object.c \ src/debug/ntapi_tt_debug_break_process.c \ src/debug/ntapi_tt_debug_execution_flow.c \ src/fs/ntapi_tt_get_file_handle_type.c \ |