parent
ff29e86b3b
commit
612a2046af
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue