diff options
author | dim <dim@FreeBSD.org> | 2015-09-06 18:41:23 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-09-06 18:41:23 +0000 |
commit | 3da1400d07e473463df86668e1e50da8b02618fa (patch) | |
tree | b259e5d585da0f8cde9579939a74d5ef44c72abd /lib/interception/interception.h | |
parent | d423c65af723ebf09d0356d1833a035e7c6e7aad (diff) | |
download | FreeBSD-src-3da1400d07e473463df86668e1e50da8b02618fa.zip FreeBSD-src-3da1400d07e473463df86668e1e50da8b02618fa.tar.gz |
Import compiler-rt 3.7.0 release (r246257).
Diffstat (limited to 'lib/interception/interception.h')
-rw-r--r-- | lib/interception/interception.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/interception/interception.h b/lib/interception/interception.h index 5257325..9e9aca2 100644 --- a/lib/interception/interception.h +++ b/lib/interception/interception.h @@ -219,7 +219,6 @@ const interpose_substitution substitution_##func_name[] \ namespace __interception { \ FUNC_TYPE(func) PTR_TO_REAL(func); \ } \ - DECLARE_WRAPPER_WINAPI(ret_type, func, __VA_ARGS__) \ extern "C" \ INTERCEPTOR_ATTRIBUTE \ ret_type __stdcall WRAP(func)(__VA_ARGS__) |