parent
ff29e86b3b
commit
612a2046af
|
|
@ -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; //此处不转换widchar,linux
|
||||
end
|
||||
function GetModuleFileNameExA();
|
||||
begin
|
||||
|
|
|
|||
Loading…
Reference in New Issue