12345678910111213141516171819202122232425262728 |
- //
- // DO NOT MODIFY! THIS IS AUTOGENERATED FILE!
- //
- namespace Xilium.CefGlue.Interop
- {
- using System;
- using System.Runtime.InteropServices;
- using System.Diagnostics.CodeAnalysis;
-
- internal static unsafe partial class libcef
- {
- public const string CEF_VERSION = "91.1.6+g8a752eb+chromium-91.0.4472.77";
- public const int CEF_VERSION_MAJOR = 91;
- public const int CEF_COMMIT_NUMBER = 2355;
- public const string CEF_COMMIT_HASH = "8a752eb7057a0e32b76d460c0749ca07e70826d3";
-
- public const int CHROME_VERSION_MAJOR = 91;
- public const int CHROME_VERSION_MINOR = 0;
- public const int CHROME_VERSION_BUILD = 4472;
- public const int CHROME_VERSION_PATCH = 77;
-
- public const string CEF_API_HASH_UNIVERSAL = "d026196d35d8894a836ab3a3d033b84195cdb835";
-
- public const string CEF_API_HASH_PLATFORM_WIN = "4150bd26e7bf639a9b1f3e5860af8c76eeae8570";
- public const string CEF_API_HASH_PLATFORM_MACOS = "5cc32f88bd134410eff86b21095138b339d572f2";
- public const string CEF_API_HASH_PLATFORM_LINUX = "b227b3fdd6142a9d8ff0f2252a71425f15960800";
- }
- }
|