grub/grub-core/osdep/exec.c

4 lines
105 B
C

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