Alexandre Julliard : ntdll: Make the __wine_spec_unimplemented_stub() copy cdecl.

Alexandre Julliard julliard at winehq.org
Wed Jun 12 16:44:25 CDT 2019


Module: wine
Branch: master
Commit: 70e1f845c7cb0257b8f632095de7ad67101abdea
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=70e1f845c7cb0257b8f632095de7ad67101abdea

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 12 22:38:52 2019 +0200

ntdll: Make the __wine_spec_unimplemented_stub() copy cdecl.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/exception.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/exception.c b/dlls/ntdll/exception.c
index 8286c9d..3792b69 100644
--- a/dlls/ntdll/exception.c
+++ b/dlls/ntdll/exception.c
@@ -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;
 




More information about the wine-cvs mailing list