Update ugtkinterface.tsf
恢复widestirng的状态
This commit is contained in:
@@ -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; //此处不转换widchar,linux
|
||||||
end
|
end
|
||||||
function GetModuleFileNameExA();
|
function GetModuleFileNameExA();
|
||||||
begin
|
begin
|
||||||
|
|||||||
Reference in New Issue
Block a user