diff options
Diffstat (limited to 'lib/interception/interception_win.h')
-rw-r--r-- | lib/interception/interception_win.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/interception/interception_win.h b/lib/interception/interception_win.h index c64af1baffe74..f2727c9241d32 100644 --- a/lib/interception/interception_win.h +++ b/lib/interception/interception_win.h @@ -41,5 +41,8 @@ bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func); (::__interception::uptr*)&REAL(func)) #endif +#define INTERCEPT_FUNCTION_VER_WIN(func, symver) \ + INTERCEPT_FUNCTION_WIN(func) + #endif // INTERCEPTION_WIN_H #endif // _WIN32 |