mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-20 05:35:21 +00:00
6 lines
111 B
C
6 lines
111 B
C
#if defined (_WIN32) || defined (__CYGWIN__)
|
|
#include "random_windows.c"
|
|
#else
|
|
#include "random_unix.c"
|
|
#endif
|