mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Disable __wine_dbg_cdecl
This commit is contained in:
parent
ccab074bf8
commit
d36c8dc94b
2
3rdparty/d3drm/wine/debug.h
vendored
2
3rdparty/d3drm/wine/debug.h
vendored
@ -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
|
quotes. The string will be valid for some time, but not indefinitely
|
||||||
as strings are re-used. */
|
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
|
# define __wine_dbg_cdecl __cdecl
|
||||||
#else
|
#else
|
||||||
# define __wine_dbg_cdecl
|
# define __wine_dbg_cdecl
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user