#include <windows.h>
#include <glog/logging.h>
int main() {
PLOG(ERROR) << "test";
}
ERROR is a macro in WinGDI.h.
Chrome has same issue but already solved it, see
http://src.chromium.org/viewvc/chrome/trunk/src/base/logging.h
Original issue reported on code.google.com by arthur...@google.com on 23 Nov 2011 at 7:58
Original issue reported on code.google.com by
arthur...@google.com
on 23 Nov 2011 at 7:58