Skip to content

Instantly share code, notes, and snippets.

@zmike
Created November 14, 2014 20:00
Show Gist options
  • Select an option

  • Save zmike/aa0659fa85e50971fba4 to your computer and use it in GitHub Desktop.

Select an option

Save zmike/aa0659fa85e50971fba4 to your computer and use it in GitHub Desktop.
extern int cef_browser_host_create_browser() __attribute__((weak));
int
main()
{
cef_browser_host_create_browser();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment