Skip to content

Instantly share code, notes, and snippets.

@zmike
Created November 14, 2014 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmike/aa0659fa85e50971fba4 to your computer and use it in GitHub Desktop.
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