mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 12:27:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			108 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if defined (__MINGW32__) || defined (__CYGWIN__)
 | |
| #include "windows/dl.c"
 | |
| #else
 | |
| #include "unix/dl.c"
 | |
| #endif
 | 
