init lserp cs 5.0

This commit is contained in:
cyf
2026-07-10 15:25:05 +08:00
commit 90f3fda86a
3799 changed files with 976868 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
//
// DO NOT MODIFY! THIS IS AUTOGENERATED FILE!
//
namespace Cef3.Interop
{
using System;
using System.Runtime.InteropServices;
using System.Diagnostics.CodeAnalysis;
internal static unsafe partial class libcef
{
public const string CEF_VERSION = "3.2454.1320.g807de3c";
public const int CEF_VERSION_MAJOR = 3;
public const int CEF_COMMIT_NUMBER = 1320;
public const string CEF_COMMIT_HASH = "807de3c161f5598597e40f5a42e8541d9e3eb905";
public const int CHROME_VERSION_MAJOR = 45;
public const int CHROME_VERSION_MINOR = 0;
public const int CHROME_VERSION_BUILD = 2454;
public const int CHROME_VERSION_PATCH = 85;
public const string CEF_API_HASH_UNIVERSAL = "2c9a767c027f6380191ab95185ef148baf7ca191";
public const string CEF_API_HASH_PLATFORM_WIN = "c47aabf0f73fca45e1d73c9372cb52b1cbede469";
public const string CEF_API_HASH_PLATFORM_MACOSX = "8f78e01cbb250a0b8a7d0b3106535aea66baface";
public const string CEF_API_HASH_PLATFORM_LINUX = "7a2c00c9da8ad33d101a3462389865beb3cf0b25";
}
}