mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 08:19:53 +01:00 
			
		
		
		
	
							parent
							
								
									80fe294d91
								
							
						
					
					
						commit
						f955aac408
					
				@ -157,6 +157,10 @@ uses
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
function GetLastErrorText: String;
 | 
			
		||||
{$ifdef windows}
 | 
			
		||||
var
 | 
			
		||||
  i: DWORD;
 | 
			
		||||
{$endif}
 | 
			
		||||
begin
 | 
			
		||||
{$ifdef windows}
 | 
			
		||||
  i := GetLastError;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user