Commit graph

4 commits

Author SHA1 Message Date
Maarten Bent
5a2c45b8f7
Fix running webview sample with Chromium on macOS 2023-12-21 21:31:04 +01:00
Vadim Zeitlin
48a97439d1 Make cef_process_helper build under MSW too and comment it more
Define WinMain() instead of main() under MSW, as we need to pass an
HINSTANCE and not argc/argv to CefMainArgs ctor there.

Also explain how to build this file.
2023-09-21 21:53:37 +02:00
Vadim Zeitlin
db255db61c Use C++11 nullptr in CEF helper process in the sample
This fixes its compilation under Mac and also avoids triggering the
check forbidding the use of NULL in the new code.
2023-09-06 03:50:05 +02:00
Tobias Taschner
dadade9d55
Integrate CEF helper for sample into CMake 2018-02-20 18:33:22 +01:00