Update ugtkinterface.tsf

恢复widestirng的状态
This commit is contained in:
tslediter 2023-12-15 15:48:17 +08:00
parent ff29e86b3b
commit 612a2046af
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ type tsgtkapi = class(tgtkapis)
function AnsiToWidChar(c);
begin
if not ifstring(c) then return "";
return widestring(c);
//return widestring(c);
return c; //此处不转换widcharlinux
end
function GetModuleFileNameExA();
begin