]> git.sesse.net Git - casparcg/blobdiff - dependencies64/cef/windows/include/cef_version.h
Upgrade CEF to 3.3029.1611.g44e39a8 / Chromium 58.0.3029.81.
[casparcg] / dependencies64 / cef / windows / include / cef_version.h
diff --git a/dependencies64/cef/windows/include/cef_version.h b/dependencies64/cef/windows/include/cef_version.h
new file mode 100644 (file)
index 0000000..e7b508d
--- /dev/null
@@ -0,0 +1,102 @@
+// Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved.\r
+//\r
+// Redistribution and use in source and binary forms, with or without\r
+// modification, are permitted provided that the following conditions are\r
+// met:\r
+//\r
+//    * Redistributions of source code must retain the above copyright\r
+// notice, this list of conditions and the following disclaimer.\r
+//    * Redistributions in binary form must reproduce the above\r
+// copyright notice, this list of conditions and the following disclaimer\r
+// in the documentation and/or other materials provided with the\r
+// distribution.\r
+//    * Neither the name of Google Inc. nor the name Chromium Embedded\r
+// Framework nor the names of its contributors may be used to endorse\r
+// or promote products derived from this software without specific prior\r
+// written permission.\r
+//\r
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\r
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\r
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\r
+// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\r
+// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\r
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\r
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\r
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+//\r
+// ---------------------------------------------------------------------------\r
+//\r
+// This file is generated by the make_version_header.py tool.\r
+//\r
+\r
+#ifndef CEF_INCLUDE_CEF_VERSION_H_\r
+#define CEF_INCLUDE_CEF_VERSION_H_\r
+\r
+#define CEF_VERSION "3.3029.1611.g44e39a8"\r
+#define CEF_VERSION_MAJOR 3\r
+#define CEF_COMMIT_NUMBER 1611\r
+#define CEF_COMMIT_HASH "44e39a88bc94e40c7b409a13916fe31334d942c7"\r
+#define COPYRIGHT_YEAR 2017\r
+\r
+#define CHROME_VERSION_MAJOR 58\r
+#define CHROME_VERSION_MINOR 0\r
+#define CHROME_VERSION_BUILD 3029\r
+#define CHROME_VERSION_PATCH 81\r
+\r
+#define DO_MAKE_STRING(p) #p\r
+#define MAKE_STRING(p) DO_MAKE_STRING(p)\r
+\r
+#ifndef APSTUDIO_HIDDEN_SYMBOLS\r
+\r
+#include "include/internal/cef_export.h"\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+// The API hash is created by analyzing CEF header files for C API type\r
+// definitions. The hash value will change when header files are modified\r
+// in a way that may cause binary incompatibility with other builds. The\r
+// universal hash value will change if any platform is affected whereas the\r
+// platform hash values will change only if that particular platform is\r
+// affected.\r
+#define CEF_API_HASH_UNIVERSAL "f0e835273a00acd02a699af272fc8f6ff9c5645c"\r
+#if defined(OS_WIN)\r
+#define CEF_API_HASH_PLATFORM "3cf7ac2b9aa61adfb9e5decdf0d32fbf78813355"\r
+#elif defined(OS_MACOSX)\r
+#define CEF_API_HASH_PLATFORM "f1d2ed00ab93e03a215fd787e6da9127e2949fd8"\r
+#elif defined(OS_LINUX)\r
+#define CEF_API_HASH_PLATFORM "698e69c4297cc63b9893558a8591e7bd7aeeb0d4"\r
+#endif\r
+\r
+// Returns CEF version information for the libcef library. The |entry|\r
+// parameter describes which version component will be returned:\r
+// 0 - CEF_VERSION_MAJOR\r
+// 1 - CEF_COMMIT_NUMBER\r
+// 2 - CHROME_VERSION_MAJOR\r
+// 3 - CHROME_VERSION_MINOR\r
+// 4 - CHROME_VERSION_BUILD\r
+// 5 - CHROME_VERSION_PATCH\r
+///\r
+CEF_EXPORT int cef_version_info(int entry);\r
+\r
+///\r
+// Returns CEF API hashes for the libcef library. The returned string is owned\r
+// by the library and should not be freed. The |entry| parameter describes which\r
+// hash value will be returned:\r
+// 0 - CEF_API_HASH_PLATFORM\r
+// 1 - CEF_API_HASH_UNIVERSAL\r
+// 2 - CEF_COMMIT_HASH\r
+///\r
+CEF_EXPORT const char* cef_api_hash(int entry);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+#endif  // APSTUDIO_HIDDEN_SYMBOLS\r
+\r
+#endif  // CEF_INCLUDE_CEF_VERSION_H_\r