From 6c45dfcbd550d1db3cfdc6e4309e4c08e8117a68 Mon Sep 17 00:00:00 2001 From: qianxj2004 <qianxj15@sina.com> Date: 星期二, 01 七月 2025 11:19:42 +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