Bug 1240985 - Fix variadic macro on Windows. r=bustage CLOSED TREE

This commit is contained in:
Andrew McCreight 2016-01-20 17:05:15 -08:00
Родитель 1e266f153c
Коммит 4e8ae41af1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: