grub/grub-core/osdep/exec.c
2013-12-14 21:39:03 +01:00

3 lines
106 B
C

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