diff --git a/cef_app_capi.h b/cef_app_capi.h index e2125c1..24c619d 100644 --- a/cef_app_capi.h +++ b/cef_app_capi.h @@ -1,9 +1,9 @@ - #include - #include - #include - #include + + + + typedef long long int64; typedef unsigned long long uint64; @@ -243,7 +243,7 @@ __attribute__ ((visibility("default"))) void cef_string_multimap_clear(cef_strin __attribute__ ((visibility("default"))) void cef_string_multimap_free(cef_string_multimap_t map); - #include + @@ -8663,4 +8663,3 @@ typedef struct _cef_client_t { struct _cef_browser_t* browser, cef_process_id_t source_process, struct _cef_process_message_t* message); } cef_client_t; -