mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 04:38:36 +00:00
6 lines
87 B
C
6 lines
87 B
C
#ifdef __MINGW32__
|
|
#include "windows/cputime.c"
|
|
#else
|
|
#include "unix/cputime.c"
|
|
#endif
|