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