Skip to content

Commit

Permalink
Update cef_app_capi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McWatters authored and Andrew McWatters committed Jan 14, 2017
1 parent e612af9 commit 1d81e4c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions cef_app_capi.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <stdint.h>

#include <stddef.h>

#include <limits.h>
#include <stddef.h>




typedef long long int64;
typedef unsigned long long uint64;

Expand Down Expand Up @@ -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 <time.h>




Expand Down Expand Up @@ -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;

0 comments on commit 1d81e4c

Please sign in to comment.