mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			145 B
		
	
	
	
		
			ActionScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			145 B
		
	
	
	
		
			ActionScript
		
	
	
	
	
	
//for a non-library we should not have DllMain
 | 
						|
//link this only for libraries
 | 
						|
     .text
 | 
						|
     .globl DllMain
 | 
						|
DllMain:
 | 
						|
     jmp    _FPC_DLL_Entry
 |