boostorg / winapi

Windows API declarations without <windows.h>, for internal Boost use.
62 stars 58 forks source link

Remove previously deprecated headers #54

Closed jeking3 closed 6 years ago

jeking3 commented 6 years ago

The following headers print a deprecation warning, and given they were already deprecated in a previous release, they can now be removed:

include/boost/detail/winapi/GetCurrentProcess.hpp
include/boost/detail/winapi/GetCurrentThread.hpp
include/boost/detail/winapi/GetLastError.hpp
include/boost/detail/winapi/GetProcessTimes.hpp
include/boost/detail/winapi/GetThreadTimes.hpp
Lastique commented 6 years ago

Done.