| 159 | } |
| 160 | |
| 161 | void AppQuitMessageLoop() |
| 162 | { |
| 163 | if (hwndAppMsg != nullptr) { |
| 164 | PostMessage(hwndAppMsg, WM_COMMAND, quitCefCode, 0); |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | |
| 169 | int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |