Updated included headers from Boost.WinAPI to avoid using deprecated headers.

This commit is contained in:
Andrey Semashev 2016-01-31 22:06:31 +03:00
parent 49d9ee8b0f
commit 09502b1bd5
3 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
#include <boost/detail/winapi/time.hpp>
#include <boost/detail/winapi/timers.hpp>
#include <boost/detail/winapi/GetLastError.hpp>
#include <boost/detail/winapi/get_last_error.hpp>
namespace boost
{

View File

@ -19,10 +19,10 @@
#include <cassert>
#include <time.h>
#include <boost/detail/winapi/GetLastError.hpp>
#include <boost/detail/winapi/GetCurrentProcess.hpp>
#include <boost/detail/winapi/get_last_error.hpp>
#include <boost/detail/winapi/get_current_process.hpp>
#if BOOST_PLAT_WINDOWS_DESKTOP
#include <boost/detail/winapi/GetProcessTimes.hpp>
#include <boost/detail/winapi/get_process_times.hpp>
#endif
namespace boost

View File

@ -15,9 +15,9 @@
#include <boost/chrono/thread_clock.hpp>
#include <cassert>
#include <boost/detail/winapi/GetLastError.hpp>
#include <boost/detail/winapi/GetCurrentThread.hpp>
#include <boost/detail/winapi/GetThreadTimes.hpp>
#include <boost/detail/winapi/get_last_error.hpp>
#include <boost/detail/winapi/get_current_thread.hpp>
#include <boost/detail/winapi/get_thread_times.hpp>
namespace boost
{