mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 17:12:34 +01:00 
			
		
		
		
	* improve deprecation message.
git-svn-id: trunk@21333 -
This commit is contained in:
		
							parent
							
								
									a98e75fc89
								
							
						
					
					
						commit
						1a73c652ca
					
				| @ -88,7 +88,7 @@ function FpExecV  (Const PathName:AnsiString;args:ppchar):cint; | |||||||
| function FpExecVP (Const PathName:AnsiString;args:ppchar):cint; | function FpExecVP (Const PathName:AnsiString;args:ppchar):cint; | ||||||
| function FpExecVPE(Const PathName:AnsiString;args,env:ppchar):cint; | function FpExecVPE(Const PathName:AnsiString;args,env:ppchar):cint; | ||||||
| 
 | 
 | ||||||
| Function fpSystem(const Command:string):cint; deprecated;  // deprecated only in 2.7.1 because of shortstring. | Function fpSystem(const Command:string):cint; deprecated 'use ansistring version'; | ||||||
| Function fpSystem(const Command:AnsiString):cint; | Function fpSystem(const Command:AnsiString):cint; | ||||||
| 
 | 
 | ||||||
| Function WaitProcess (Pid:cint):cint;  | Function WaitProcess (Pid:cint):cint;  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 marco
						marco