6 lines
87 B
C
6 lines
87 B
C
|
#ifdef __MINGW32__
|
||
|
#include "windows/cputime.c"
|
||
|
#else
|
||
|
#include "unix/cputime.c"
|
||
|
#endif
|