ntdll: Make the __wine_spec_unimplemented_stub() copy cdecl.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-12 22:38:52 +02:00
parent 2d36c1c253
commit 70e1f845c7
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ LONG WINAPI call_unhandled_exception_filter( PEXCEPTION_POINTERS eptr )
* ntdll-specific implementation to avoid depending on kernel functions.
* 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;