mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 15:39:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			137 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			137 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit Messages;
 | 
						|
 | 
						|
 | 
						|
interface
 | 
						|
 | 
						|
  uses
 | 
						|
    windows;
 | 
						|
 | 
						|
{$DEFINE read_interface}
 | 
						|
{$DEFINE MESSAGESUNIT}
 | 
						|
{$I messages.inc}
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
end.
 |