aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/interception/interception_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsanitizer/interception/interception_win.h')
-rw-r--r--libsanitizer/interception/interception_win.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsanitizer/interception/interception_win.h b/libsanitizer/interception/interception_win.h
index ebac168..b46ad0d 100644
--- a/libsanitizer/interception/interception_win.h
+++ b/libsanitizer/interception/interception_win.h
@@ -39,5 +39,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