mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 10:02:30 +01:00 
			
		
		
		
	lazutils: wince: fixed compilation
git-svn-id: trunk@46265 -
This commit is contained in:
		
							parent
							
								
									256196bcd2
								
							
						
					
					
						commit
						cccbde05f6
					
				| @ -146,6 +146,13 @@ begin | ||||
|   Result:=Filename; | ||||
| end; | ||||
| 
 | ||||
| function GetPhysicalFilename(const Filename: string; | ||||
|         OnError: TPhysicalFilenameOnError): string; | ||||
| begin | ||||
|   if OnError=pfeEmpty then ; | ||||
|   Result:=Filename; | ||||
| end; | ||||
| 
 | ||||
| // ******** Start of AnsiString specific implementations ************
 | ||||
| 
 | ||||
| {$ifndef WinCE} | ||||
| @ -250,13 +257,6 @@ begin | ||||
|   Rslt.Name:=SysToUTF8(Rslt.Name); | ||||
| end; | ||||
| 
 | ||||
| function GetPhysicalFilename(const Filename: string; | ||||
|         OnError: TPhysicalFilenameOnError): string; | ||||
| begin | ||||
|   if OnError=pfeEmpty then ; | ||||
|   Result:=Filename; | ||||
| end; | ||||
| 
 | ||||
| function GetAppConfigDirAnsi(Global: Boolean; Create: boolean = false): string; | ||||
| begin | ||||
|   Result := SysToUTF8(SysUtils.GetAppConfigDir(Global)); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 mattias
						mattias