MCPcopy Create free account
hub / github.com/boostorg/build / add_FILETIME

Function add_FILETIME

src/engine/execnt.cpp:725–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723
724
725static FILETIME add_FILETIME( FILETIME t1, FILETIME t2 )
726{
727 return add_64( t1.dwHighDateTime, t1.dwLowDateTime, t2.dwHighDateTime,
728 t2.dwLowDateTime );
729}
730
731
732static FILETIME negate_FILETIME( FILETIME t )

Callers 1

running_timeFunction · 0.85

Calls 1

add_64Function · 0.85

Tested by

no test coverage detected