Commit 70e1f845 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Make the __wine_spec_unimplemented_stub() copy cdecl.

parent 2d36c1c2
...@@ -333,7 +333,7 @@ LONG WINAPI call_unhandled_exception_filter( PEXCEPTION_POINTERS eptr ) ...@@ -333,7 +333,7 @@ LONG WINAPI call_unhandled_exception_filter( PEXCEPTION_POINTERS eptr )
* ntdll-specific implementation to avoid depending on kernel functions. * ntdll-specific implementation to avoid depending on kernel functions.
* Can be removed once ntdll.spec no longer contains stubs. * Can be removed once ntdll.spec no longer contains stubs.
*/ */
void __wine_spec_unimplemented_stub( const char *module, const char *function ) void __cdecl __wine_spec_unimplemented_stub( const char *module, const char *function )
{ {
EXCEPTION_RECORD record; EXCEPTION_RECORD record;
......
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