mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 11:39:03 +00:00
6 lines
111 B
C
6 lines
111 B
C
#if defined (_WIN32) || defined (__CYGWIN__)
|
|
#include "windows/random.c"
|
|
#else
|
|
#include "unix/random.c"
|
|
#endif
|