]> git.sesse.net Git - casparcg/blobdiff - dependencies64/cef/linux/include/internal/cef_time.h
Upgrade CEF to 3.3029.1611.g44e39a8 / Chromium 58.0.3029.81.
[casparcg] / dependencies64 / cef / linux / include / internal / cef_time.h
similarity index 96%
rename from dependencies64/cef/include/internal/cef_time.h
rename to dependencies64/cef/linux/include/internal/cef_time.h
index 64e601fe0323e3c01f8d2eb761efc99039274170..f7e397f04f2160ff5b063493478d254d8c3a0dbb 100644 (file)
@@ -42,7 +42,8 @@ extern "C" {
 // Time information. Values should always be in UTC.
 ///
 typedef struct _cef_time_t {
-  int year;          // Four digit year "2007"
+  int year;          // Four or five digit year "2007" (1601 to 30827 on
+                     //   Windows, 1970 to 2038 on 32-bit POSIX)
   int month;         // 1-based month (values 1 = January, etc.)
   int day_of_week;   // 0-based day of week (0 = Sunday, etc.)
   int day_of_month;  // 1-based day of month (1-31)