root/library/tests/unittest-cpp/TimeHelpers.h @ 418

Revision 418, 131 bytes (checked in by vbarta, 15 years ago)

#27: added UnitTest?++ to bdm sources, changed test_user_data to use it

Line 
1#include "Config.h"
2
3#if defined UNITTEST_POSIX
4    #include "Posix/TimeHelpers.h"
5#else
6    #include "Win32/TimeHelpers.h"
7#endif
Note: See TracBrowser for help on using the browser.