grub/grub-core/osdep/random.c

6 lines
111 B
C

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