| 104 | } |
| 105 | |
| 106 | BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime) |
| 107 | { |
| 108 | return ::FileTimeToSystemTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast< ::_SYSTEMTIME* >(lpSystemTime)); |
| 109 | } |
| 110 | |
| 111 | #if BOOST_WINAPI_PARTITION_APP_SYSTEM |
| 112 | BOOST_FORCEINLINE BOOL_ FileTimeToLocalFileTime(const FILETIME_* lpFileTime, FILETIME_* lpLocalFileTime) |