mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 08:31:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			152 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			152 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| unit messages;
 | |
| 
 | |
| 
 | |
| interface
 | |
| 
 | |
|   uses
 | |
|     windows;
 | |
| 
 | |
| {$DEFINE read_interface}
 | |
| {$DEFINE MESSAGESUNIT}
 | |
| {$I messages.inc}
 | |
| 
 | |
| implementation
 | |
| 
 | |
| end.
 | 
