mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:39:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			138 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %target=win32,wince,win64 }
 | 
						|
{ %needlibrary }
 | 
						|
{ %opt=-gh }
 | 
						|
{ %norun }
 | 
						|
library dll1;
 | 
						|
 | 
						|
uses
 | 
						|
  popuperr;
 | 
						|
 | 
						|
begin
 | 
						|
  IsMultiThread:=True;
 | 
						|
end.
 |