Sign in
android
/
platform
/
external
/
Microsoft-unittest-cpp
/
c74f0cfb801fc6521a5d0ee92085d67c09503aa5
/
.
/
UnitTest++
/
TimeHelpers.h
blob: f34ed008571196b15ae475151bf4e1e32fe5144e [
file
] [
log
] [
blame
]
#include
"Config.h"
#if defined UNITTEST_POSIX
#include
"Posix/TimeHelpers.h"
#else
#include
"Win32/TimeHelpers.h"
#endif