X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=dependencies64%2Fcef%2Flinux%2Finclude%2Fcapi%2Fcef_zip_reader_capi.h;fp=dependencies64%2Fcef%2Finclude%2Fcapi%2Fcef_zip_reader_capi.h;h=bb398e89865cd31c1a9a87b8f6dd7788badb2cb5;hb=8128744e46d808a1105fb449365d7028df8c32b4;hp=b9a5094e89e75173fe70a39c0b622c6217e4fe1c;hpb=3a0dc241f598cabf83bcc67970176453929a73f1;p=casparcg diff --git a/dependencies64/cef/include/capi/cef_zip_reader_capi.h b/dependencies64/cef/linux/include/capi/cef_zip_reader_capi.h similarity index 96% rename from dependencies64/cef/include/capi/cef_zip_reader_capi.h rename to dependencies64/cef/linux/include/capi/cef_zip_reader_capi.h index b9a5094e8..bb398e898 100644 --- a/dependencies64/cef/include/capi/cef_zip_reader_capi.h +++ b/dependencies64/cef/linux/include/capi/cef_zip_reader_capi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014 Marshall A. Greenblatt. All rights reserved. +// Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are @@ -55,7 +55,7 @@ typedef struct _cef_zip_reader_t { /// // Base structure. /// - cef_base_t base; + cef_base_ref_counted_t base; /// // Moves the cursor to the first file in the archive. Returns true (1) if the @@ -101,7 +101,8 @@ typedef struct _cef_zip_reader_t { /// // Returns the last modified timestamp for the file. /// - time_t (CEF_CALLBACK *get_file_last_modified)(struct _cef_zip_reader_t* self); + cef_time_t (CEF_CALLBACK *get_file_last_modified)( + struct _cef_zip_reader_t* self); /// // Opens the file for reading of uncompressed data. A read password may