mirror of
https://git.proxmox.com/git/grub2
synced 2025-06-13 06:31:50 +00:00
4 lines
106 B
C
4 lines
106 B
C
#if (!defined (__MINGW32__) || defined (__CYGWIN__)) && !defined (__AROS__)
|
|
#include "unix/exec.c"
|
|
#endif
|