diff --git a/WeChatFerry/sdk/SDK.vcxproj b/WeChatFerry/sdk/SDK.vcxproj
index f71d944..5f549ad 100644
--- a/WeChatFerry/sdk/SDK.vcxproj
+++ b/WeChatFerry/sdk/SDK.vcxproj
@@ -141,14 +141,13 @@ xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry
-
+
-
diff --git a/WeChatFerry/sdk/SDK.vcxproj.filters b/WeChatFerry/sdk/SDK.vcxproj.filters
index f38f11a..323d545 100644
--- a/WeChatFerry/sdk/SDK.vcxproj.filters
+++ b/WeChatFerry/sdk/SDK.vcxproj.filters
@@ -24,10 +24,10 @@
头文件
-
+
头文件
-
+
头文件
@@ -41,9 +41,6 @@
源文件
-
- 源文件
-
源文件
diff --git a/WeChatFerry/sdk/sdk.cpp b/WeChatFerry/sdk/sdk.cpp
index a6473fe..8b1c790 100644
--- a/WeChatFerry/sdk/sdk.cpp
+++ b/WeChatFerry/sdk/sdk.cpp
@@ -17,8 +17,8 @@ static HANDLE wcProcess = NULL;
static HMODULE spyBase = NULL;
static std::wstring spyDllPath;
-const char *DISCLAIMER_FILE = ".license_accepted.flag";
-const char *DISCLAIMER_TEXT_FILE = "DISCLAIMER.md";
+constexpr char DISCLAIMER_FILE[] = ".license_accepted.flag";
+constexpr char DISCLAIMER_TEXT_FILE[] = "DISCLAIMER.md";
static std::optional ReadDisclaimerText(const char *filePath)
{