You've already forked lazarus-ccr
RxFPC: fix compile rxfileutils on windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5825 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -307,17 +307,6 @@ end;
|
||||
function TRxVersionInfo.GetWidgetName: string;
|
||||
begin
|
||||
Result:=sWidget + LCLPlatformDisplayNames[WidgetSet.LCLPlatform];
|
||||
{ case WidgetSet.LCLPlatform of
|
||||
lpGtk:Result:=sGTKWidgetSet;
|
||||
lpGtk2:Result:=sGTK2WidgetSet;
|
||||
lpWin32:Result:=sWin32_64WidgetSet;
|
||||
lpWinCE:Result:=sWinCEWidgetSet;
|
||||
lpCarbon:Result:=sCarbonWidgetSet;
|
||||
lpQT:Result:=sQTWidgetSet;
|
||||
lpfpGUI:Result:=sFpGUIWidgetSet;
|
||||
else
|
||||
Result:=sOtherGUIWidgetSet;
|
||||
end;}
|
||||
end;
|
||||
|
||||
end.
|
||||
|
@ -150,7 +150,9 @@ end;
|
||||
function GetFileOwnerUser(const SearchDomain, FileName: String): String;
|
||||
var
|
||||
S:string;
|
||||
{$IFNDEF WINDOWS}
|
||||
FStat: stat;
|
||||
{$ENDIF}
|
||||
begin
|
||||
{$IF DEFINED(WINDOWS) AND NOT DEFINED(WINCE)}
|
||||
(* GetFileNameOwner(UTF8ToSys(SearchDomain), UTF8ToSys(FileName), Result, S);
|
||||
|
Reference in New Issue
Block a user