boostorg / winapi

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

Remove previously deprecated headers #54

Closed jeking3 closed 7 years ago

jeking3 commented 7 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 7 years ago

Done.