grub/grub-core/osdep/exec.c

4 lines
106 B
C

#if (!defined (__MINGW32__) || defined (__CYGWIN__)) && !defined (__AROS__)
#include "unix/exec.c"
#endif