mirror of
https://github.com/boostorg/timer.git
synced 2026-01-27 19:32:12 +00:00
BOOST_PLAT_WINDOWS_DESKTOP is not defined for Cygwin
This commit is contained in:
@@ -122,7 +122,7 @@ namespace
|
||||
|
||||
# if defined(BOOST_WINDOWS_API)
|
||||
|
||||
# if BOOST_PLAT_WINDOWS_DESKTOP
|
||||
# if BOOST_PLAT_WINDOWS_DESKTOP || defined(__CYGWIN__)
|
||||
FILETIME creation, exit;
|
||||
if (::GetProcessTimes(::GetCurrentProcess(), &creation, &exit,
|
||||
(LPFILETIME)¤t.system, (LPFILETIME)¤t.user))
|
||||
|
||||
Reference in New Issue
Block a user