mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix for non-unified build when APZC logging is enabled. r=me and DONTBUILD because NPOTB
This commit is contained in:
parent
bfaa4d6c8a
commit
d61d222562
@ -67,6 +67,7 @@
|
||||
// #define ENABLE_APZC_LOGGING 1
|
||||
|
||||
#if ENABLE_APZC_LOGGING
|
||||
# include "LayersLogging.h"
|
||||
# define APZC_LOG(...) printf_stderr("APZC: " __VA_ARGS__)
|
||||
# define APZC_LOG_FM(fm, prefix, ...) \
|
||||
{ std::stringstream ss; \
|
||||
|
Loading…
Reference in New Issue
Block a user