Open
Description
LOG macro needs to be renamed in "phpdesktop-chrome57/cef/include/base/cef_logging.h":
\bLOG\( ==> CEF_LOG\(
LOG_INFO ==> CEF_LOG_INFO
LOG_WARNING ==> CEF_LOG_WARNING
LOG_ERROR ==> CEF_LOG_ERROR
Logs from when building:
c:\github\phpdesktop\phpdesktop-chrome57\cef\../log.h(144): warning C4005: 'LOG': macro redefinition
1> c:\github\phpdesktop\phpdesktop-chrome57\cef\include/base/cef_logging.h(273): note: see previous definition of 'LOG'
Issue report on CEF Forum: http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12356
This is fixed. However keeping this Open for the next CEF update, as this needs fixing each time CEF is updated.
Metadata
Metadata
Assignees
Labels
No labels