mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1240985 - Fix variadic macro on Windows. r=bustage CLOSED TREE
This commit is contained in:
parent
434a177236
commit
87198108b2
@ -25,7 +25,7 @@
|
||||
|
||||
static LazyLogModule sLogModule("ipc");
|
||||
|
||||
#define IPC_LOG(args...) MOZ_LOG(sLogModule, LogLevel::Debug, (args))
|
||||
#define IPC_LOG(...) MOZ_LOG(sLogModule, LogLevel::Debug, __VA_ARGS__)
|
||||
|
||||
/*
|
||||
* IPC design:
|
||||
|
Loading…
Reference in New Issue
Block a user