mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:19:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			202 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			202 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ Source provided for Free Pascal Bug Report 4352 }
 | 
						|
{ Submitted by "marco" on  2005-09-08 }
 | 
						|
{ e-mail:  }
 | 
						|
{$mode delphi}
 | 
						|
unit uw4352c;
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
 | 
						|
type
 | 
						|
  TIdSysBase = class
 | 
						|
  end;
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
end.
 |