From 3d04cb2ff199d595b2ea96b18302830c624d41aa Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期一, 26 五月 2025 17:23:07 +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