grub/grub-core/osdep/random.c
2013-10-08 17:30:22 +02:00

5 lines
111 B
C

#if defined (_WIN32) || defined (__CYGWIN__)
#include "windows/random.c"
#else
#include "unix/random.c"
#endif