summaryrefslogtreecommitdiffstats
path: root/grub-core/osdep/dl.c
blob: c51174763f727018e8bd6a97bb5576003a389731 (plain)
1
2
3
4
5
#if defined (__MINGW32__) || defined (__CYGWIN__)
#include "windows/dl.c"
#else
#include "unix/dl.c"
#endif