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
|