Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit faa2694

Browse files
committed
[[ LibCef ]] Update Win32 cefbrowser to libcef release 2062
1 parent be16d4e commit faa2694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

prebuilt

revbrowser/src/cefprocess_w32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
3838
if (!MCCefCreateApp(t_app))
3939
return -1;
4040

41-
return CefExecuteProcess(t_args, t_app);
41+
return CefExecuteProcess(t_args, t_app, NULL);
4242
}
4343

4444
////////////////////////////////////////////////////////////////////////////////

thirdparty

0 commit comments

Comments
 (0)