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