From 8c33d0b44a5407d6bd40df767968ce3c49cb60d5 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期四, 27 六月 2024 17:41:46 +0800
Subject: [PATCH] update  win api

---
 jrj/xframe/system/base.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jrj/xframe/system/base.hpp b/jrj/xframe/system/base.hpp
index 8afd671..37bf966 100644
--- a/jrj/xframe/system/base.hpp
+++ b/jrj/xframe/system/base.hpp
@@ -41,7 +41,7 @@
 
 typedef const wchar_t* LPCTSTR;
 typedef wchar_t* LPWSTR;
-typedef wchar_t* LPCWSTR;
+typedef const wchar_t* LPCWSTR;
 typedef wchar_t TCHAR;
 typedef wchar_t* LPTSTR;
 typedef int BOOL;

--
Gitblit v1.9.3