Posted on Mar 7, 2015 by
Happy Cat
C files including cef_sandbox_win.h won't compile because it includes cef_base.h which is a c++ only file.
Proposed fix:
In cef_sandbox_win.h: Wrap the include statement into a #ifdef __cplusplus guard.
Comment #1
Posted on Mar 14, 2015 by Quick HorseCEF is transitioning from Google Code to Bitbucket project hosting. If you would like to continue receiving notifications on this issue please add yourself as a Watcher at the new location: https://bitbucket.org/chromiumembedded/cef/issue/1571
Status: New
Labels:
Type-Defect
Priority-Medium