Home
last modified time | relevance | path

Searched refs:TICKS_1601_TO_1970 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dtime.c42 #define TICKS_1601_TO_1970 (SECS_1601_TO_1970 * TICKSPERSEC) macro
373 ULONGLONG time = (ULONGLONG)TICKSPERSEC + TICKS_1601_TO_1970; in test_FileTimeToSystemTime()
405 ULONGLONG time = (ULONGLONG)TICKSPERSEC + TICKS_1601_TO_1970 + in test_FileTimeToLocalFileTime()