Update ugtkinterface.tsf

恢复widestirng的状态
This commit is contained in:
2023-12-15 15:48:17 +08:00
parent ff29e86b3b
commit 612a2046af
+2 -1
View File
@@ -22,7 +22,8 @@ type tsgtkapi = class(tgtkapis)
function AnsiToWidChar(c); function AnsiToWidChar(c);
begin begin
if not ifstring(c) then return ""; if not ifstring(c) then return "";
return widestring(c); //return widestring(c);
return c; //此处不转换widcharlinux
end end
function GetModuleFileNameExA(); function GetModuleFileNameExA();
begin begin