From 0792cf13f1a288644a9a90c023547bbe6e26a3e7 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 11 二月 2025 16:03:15 +0800
Subject: [PATCH] update

---
 jrj/xframe/win32/win.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jrj/xframe/win32/win.hpp b/jrj/xframe/win32/win.hpp
index 8f8ebfc..145e03a 100644
--- a/jrj/xframe/win32/win.hpp
+++ b/jrj/xframe/win32/win.hpp
@@ -109,7 +109,8 @@
 	int WINAPI GetModuleFileNameW(HMODULE hModule ,string lpFileName, int nSize);//native from "kernel32.dll" alias "GetModuleFileNameW";
 	void WINAPI GetLocalTime(SYSTEMTIME& lpSystemTime) ;//native from "kernel32.dll" alias "GetLocalTime";
 	int WINAPI PathRemoveFileSpecW(string lpFileName);// native from "shlwapi.dll" alias "PathRemoveFileSpecW";
-
+	int WINAPI PathRemoveExtensionW(string lpFileName);// native from "shlwapi.dll" alias "PathRemoveExtensionW";
+	
 }
 #define SendMessage SendMessageW
 #define PostMessage PostMessageW

--
Gitblit v1.9.3