Skip to content

Commit

Permalink
fixup! ntdll: Support gpuvis tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gofman committed Dec 8, 2023
1 parent 6dbbff7 commit cadbcbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/wine/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,9 +556,6 @@ static inline const char *debugstr_variant( const VARIANT *v ) { return wine_dbg
if (TRACE_ON(ftrace)) __wine_dbg_ftrace_printf( ctx, "" ); \
} while (0);

#define __WINE_DBG_LOG(...) \
wine_dbg_log( __dbcl, __dbch, __func__, __builtin_return_address(0), __VA_ARGS__); } } while(0)

#endif /* __WINESRC__ */

#ifdef __cplusplus
Expand Down

0 comments on commit cadbcbc

Please sign in to comment.