From 9d3d9f614d89bbbf3cbaad20fc07be08ef88ffd8 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期六, 01 三月 2025 15:05:39 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- 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