8 lines
129 B
C
Raw Normal View History

2024-10-29 10:49:46 +01:00
#include "Config.h"
#if defined UNITTEST_POSIX
#include "Posix/TimeHelpers.h"
#else
#include "Win32/TimeHelpers.h"
#endif