Module: wine Branch: master Commit: a7a4f843662cf8676e24c85f6e107230e749a64d URL: http://source.winehq.org/git/wine.git/?a=commit;h=a7a4f843662cf8676e24c85f6e...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 22 20:20:48 2008 +0100
include: Add the needed dllimport attribute to the RtlUnwind declaration.
---
include/wine/exception.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/wine/exception.h b/include/wine/exception.h index ccace07..7e0d5bc 100644 --- a/include/wine/exception.h +++ b/include/wine/exception.h @@ -233,7 +233,7 @@ extern void __wine_enter_vm86( CONTEXT *context );
#ifndef USE_COMPILER_EXCEPTIONS
-extern void WINAPI RtlUnwind(PVOID,PVOID,PEXCEPTION_RECORD,PVOID); +NTSYSAPI void WINAPI RtlUnwind(PVOID,PVOID,PEXCEPTION_RECORD,PVOID);
/* wrapper for RtlUnwind since it clobbers registers on Windows */ static inline void __wine_rtl_unwind( EXCEPTION_REGISTRATION_RECORD* frame, EXCEPTION_RECORD *record )