summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-08 22:14:05 +0200
committerGitHub <noreply@github.com>2018-04-08 22:14:05 +0200
commit21b56f6e44722e82405b78bee16a1a409743f58a (patch)
tree58df8a4d5c3648d71c6f2544a22777e951333858 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentdd6655709ea9f61cec8229d98fe9e4a9bc31bf14 (diff)
parent2bc4b4f09d00a92b28805eeeb5b5624064983255 (diff)
downloadhercules-21b56f6e44722e82405b78bee16a1a409743f58a.tar.gz
hercules-21b56f6e44722e82405b78bee16a1a409743f58a.tar.bz2
hercules-21b56f6e44722e82405b78bee16a1a409743f58a.tar.xz
hercules-21b56f6e44722e82405b78bee16a1a409743f58a.zip
Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fix
Fix HPMHooking compilation when sprintf() is a macro
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index b037cbcd6..cbfaf1b65 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -5092,8 +5092,8 @@ struct {
struct HPMHookPoint *HP_script_cleanfloor_sub_post;
struct HPMHookPoint *HP_script_run_func_pre;
struct HPMHookPoint *HP_script_run_func_post;
- struct HPMHookPoint *HP_script_sprintf_pre;
- struct HPMHookPoint *HP_script_sprintf_post;
+ struct HPMHookPoint *HP_script_sprintf_helper_pre;
+ struct HPMHookPoint *HP_script_sprintf_helper_post;
struct HPMHookPoint *HP_script_getfuncname_pre;
struct HPMHookPoint *HP_script_getfuncname_post;
struct HPMHookPoint *HP_script_calc_hash_ci_pre;
@@ -11411,8 +11411,8 @@ struct {
int HP_script_cleanfloor_sub_post;
int HP_script_run_func_pre;
int HP_script_run_func_post;
- int HP_script_sprintf_pre;
- int HP_script_sprintf_post;
+ int HP_script_sprintf_helper_pre;
+ int HP_script_sprintf_helper_post;
int HP_script_getfuncname_pre;
int HP_script_getfuncname_post;
int HP_script_calc_hash_ci_pre;