Updated included headers from Boost.WinAPI to avoid using deprecated headers.
This commit is contained in:
parent
49d9ee8b0f
commit
09502b1bd5
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user