Skip to content

Commit

Permalink
Update Detours.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RenardDev authored Sep 11, 2023
1 parent fefc549 commit 344e635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Detours.h
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
#endif // !HOOK_STORAGE_CAPACITY

#ifndef HOOK_INLINE_TRAMPOLINE_SIZE
#define HOOK_INLINE_TRAMPOLINE_SIZE 15 // Max trampoline size.
#define HOOK_INLINE_TRAMPOLINE_SIZE 45 // Max trampoline size.
#endif // !HOOK_INLINE_TRAMPOLINE_SIZE

#ifndef HOOK_RAW_WRAPPER_SIZE
Expand All @@ -618,7 +618,7 @@
#endif // !HOOK_RAW_WRAPPER_SIZE

#ifndef HOOK_RAW_TRAMPOLINE_SIZE
#define HOOK_RAW_TRAMPOLINE_SIZE 15 // Max trampoline size.
#define HOOK_RAW_TRAMPOLINE_SIZE 45 // Max trampoline size.
#endif // !HOOK_RAW_TRAMPOLINE_SIZE

// ----------------------------------------------------------------
Expand Down

0 comments on commit 344e635

Please sign in to comment.