Commit 83883e17 authored by Alexandre Julliard's avatar Alexandre Julliard

_set_error_mode is cdecl not stdcall.

parent 759d956c
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
@ cdecl _scalb( double long) @ cdecl _scalb( double long)
@ cdecl _searchenv(str str ptr) @ cdecl _searchenv(str str ptr)
@ stdcall -i386 _seh_longjmp_unwind(ptr) @ stdcall -i386 _seh_longjmp_unwind(ptr)
@ stdcall _set_error_mode(long) @ cdecl _set_error_mode(long)
@ stub _set_sbh_threshold #(long) @ stub _set_sbh_threshold #(long)
@ stub _seterrormode #(long) @ stub _seterrormode #(long)
@ cdecl -i386 _setjmp(ptr) MSVCRT__setjmp @ cdecl -i386 _setjmp(ptr) MSVCRT__setjmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment