include: Add the needed dllimport attribute to the RtlUnwind declaration.

This commit is contained in:
Alexandre Julliard 2008-12-22 20:20:48 +01:00
parent 03fe2d0d51
commit a7a4f84366
1 changed files with 1 additions and 1 deletions

View File

@ -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 )