mirror of
https://git.proxmox.com/git/grub2
synced 2025-06-02 06:10:23 +00:00
8 lines
172 B
C
8 lines
172 B
C
#if defined (__AROS__)
|
|
#include "hostfile_aros.h"
|
|
#elif defined (__CYGWIN__) || defined (__MINGW32__)
|
|
#include "hostfile_windows.h"
|
|
#else
|
|
#include "hostfile_unix.h"
|
|
#endif
|