mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
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.