mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user