PATCH: msvcrt except

Marcus Meissner meissner at suse.de
Thu Oct 31 03:19:21 CST 2002


Hi,

Forgot the .spec part of the patch. Here it is again.

Ciao, Marcus

Changelog:
	_seh_longjmp_unwind is i386 only for now.

Index: dlls/msvcrt/except.c
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/except.c,v
retrieving revision 1.20
diff -u -r1.20 except.c
--- dlls/msvcrt/except.c	16 Oct 2002 18:59:38 -0000	1.20
+++ dlls/msvcrt/except.c	31 Oct 2002 09:10:15 -0000
@@ -370,7 +370,6 @@
     context->Eip = jmp->Eip;
     context->Eax = retval;
 }
-#endif /* i386 */
 
 /*********************************************************************
  *		_seh_longjmp_unwind (MSVCRT.@)
@@ -379,6 +378,7 @@
 {
     _local_unwind2( (MSVCRT_EXCEPTION_FRAME *)jmp->Registration, jmp->TryLevel );
 }
+#endif /* i386 */
 
 /*********************************************************************
  *		signal (MSVCRT.@)
Index: dlls/msvcrt/msvcrt.spec
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/msvcrt.spec,v
retrieving revision 1.49
diff -u -r1.49 msvcrt.spec
--- dlls/msvcrt/msvcrt.spec	16 Oct 2002 18:59:38 -0000	1.49
+++ dlls/msvcrt/msvcrt.spec	31 Oct 2002 09:17:18 -0000
@@ -423,7 +423,7 @@
 @ cdecl _safe_fprem1() _safe_fprem1
 @ cdecl _scalb( double long) _scalb
 @ cdecl _searchenv(str str str) _searchenv
-@ stdcall _seh_longjmp_unwind(ptr) _seh_longjmp_unwind
+@ stdcall -i386 _seh_longjmp_unwind(ptr) _seh_longjmp_unwind
 @ stub _set_error_mode #(long)
 @ stub _set_sbh_threshold #(long)
 @ stub _seterrormode #(long)



More information about the wine-patches mailing list