include: Add the needed dllimport attribute to the RtlUnwind declaration.
This commit is contained in:
parent
03fe2d0d51
commit
a7a4f84366
|
@ -233,7 +233,7 @@ extern void __wine_enter_vm86( CONTEXT *context );
|
||||||
|
|
||||||
#ifndef USE_COMPILER_EXCEPTIONS
|
#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 */
|
/* wrapper for RtlUnwind since it clobbers registers on Windows */
|
||||||
static inline void __wine_rtl_unwind( EXCEPTION_REGISTRATION_RECORD* frame, EXCEPTION_RECORD *record )
|
static inline void __wine_rtl_unwind( EXCEPTION_REGISTRATION_RECORD* frame, EXCEPTION_RECORD *record )
|
||||||
|
|
Loading…
Reference in New Issue