apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

C files including cef_sandbox_win.h won't compile #1571

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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.

Original issue reported on code.google.com by wbor...@gmail.com on 7 Mar 2015 at 9:10

GoogleCodeExporter commented 9 years ago
CEF 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

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:39