mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 19:15:14 +00:00 
			
		
		
		
	* include/grub/osdep/hostfile_windows.h: Add missing ftello for
mingw32.
This commit is contained in:
		
							parent
							
								
									df1e64c98e
								
							
						
					
					
						commit
						7b83ca449b
					
				| @ -1,3 +1,8 @@ | ||||
| 2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com> | ||||
| 
 | ||||
| 	* include/grub/osdep/hostfile_windows.h: Add missing ftello for | ||||
| 	mingw32. | ||||
| 
 | ||||
| 2013-10-15  Vladimir Serbinenko  <phcoder@gmail.com> | ||||
| 
 | ||||
| 	Define grub_util_is_directory/regular/special_file and | ||||
|  | ||||
| @ -67,6 +67,7 @@ enum grub_util_fd_open_flags_t | ||||
| #if defined (__MINGW32__) && !defined (__MINGW64__) | ||||
| 
 | ||||
| #define fseeko fseeko64 | ||||
| #define ftello ftello64 | ||||
| 
 | ||||
| #endif | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Vladimir 'phcoder' Serbinenko
						Vladimir 'phcoder' Serbinenko