7e45abcef4
and remove export.h.
5 lines
87 B
C
5 lines
87 B
C
#ifdef __MINGW32__
|
|
#include "windows/cputime.c"
|
|
#else
|
|
#include "unix/cputime.c"
|
|
#endif
|