No bug - Fix for non-unified build when APZC logging is enabled. r=me and DONTBUILD because NPOTB

This commit is contained in:
Kartikaya Gupta 2014-07-30 11:05:48 -04:00
Родитель 6548e9518e
Коммит bdbb62eb95
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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; \