Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625)

This commit is contained in:
Marshall Greenblatt
2015-05-05 19:12:10 -04:00
parent 616fdbf3ff
commit b849e7fb70
8 changed files with 16 additions and 14 deletions

View File

@@ -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