Closed copilot0058 closed 1 month ago
An executable target can only have one wWinMain implementation.
Do you have the special technique to solve it? Because I just paste the similar code, like this https://github.com/chromiumembedded/cef/blob/6f44cfcb65e4b596a85ca08a4ffb7202e20682a6/tests/cefclient/cefclient_win.cc#L135-L141
Describe the bug I try to build the cef project by myself and I just use this simply code to build. It show
'wWinMain': function cannot be overloaded
To Reproduce