From d36c8dc94b07c5aca3b11c52d16ae33759d63dac Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 26 Jun 2024 00:53:03 +0200 Subject: [PATCH] Disable __wine_dbg_cdecl --- 3rdparty/d3drm/wine/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/d3drm/wine/debug.h b/3rdparty/d3drm/wine/debug.h index 910fab79..41cf8fb0 100644 --- a/3rdparty/d3drm/wine/debug.h +++ b/3rdparty/d3drm/wine/debug.h @@ -123,7 +123,7 @@ extern DECLSPEC_EXPORT int __cdecl __wine_dbg_header( enum __wine_debug_class cl quotes. The string will be valid for some time, but not indefinitely as strings are re-used. */ -#if (defined(__x86_64__) || (defined(__aarch64__) && __has_attribute(ms_abi))) && defined(__GNUC__) && defined(__WINE_USE_MSVCRT) +#if 0//(defined(__x86_64__) || (defined(__aarch64__) && __has_attribute(ms_abi))) && defined(__GNUC__) && defined(__WINE_USE_MSVCRT) # define __wine_dbg_cdecl __cdecl #else # define __wine_dbg_cdecl