mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefBaseTime and use it instead of CefTime (see issue #2935)
This commit is contained in:
committed by
Marshall Greenblatt
parent
987b932a19
commit
27d3089804
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=ac91bcd40e1439ee1e742cc47989530b112c99bd$
|
||||
// $hash=e16856adecfe81b59b513568b5dcadc851ff07ab$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_ZIP_READER_CAPI_H_
|
||||
@ -102,7 +102,7 @@ typedef struct _cef_zip_reader_t {
|
||||
///
|
||||
// Returns the last modified timestamp for the file.
|
||||
///
|
||||
cef_time_t(CEF_CALLBACK* get_file_last_modified)(
|
||||
cef_basetime_t(CEF_CALLBACK* get_file_last_modified)(
|
||||
struct _cef_zip_reader_t* self);
|
||||
|
||||
///
|
||||
|
Reference in New Issue
Block a user