apolukhin / Boost.DLL

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
109 stars 69 forks source link

Possible wrong include in path_from_handle.hpp #28

Closed atzavellas closed 8 years ago

atzavellas commented 8 years ago

I think the 4th include line in the boost/dll/detail/path_from_handle.hpp is incorrect. It should be:

#include <boost/detail/winapi/GetLastError.hpp>

instead of

#include <boost/detail/winapi/get_last_error.hpp>

The get_last_error.hpp doesn't exist in boost_1_60_0..

apolukhin commented 8 years ago

The get_last_error.hpp doesn't exist in boost_1_60_0..

Yes, it's a new file that exist in master branch of boost

So everything is OK, no error here.

atzavellas commented 8 years ago

Ah ok, sorry for this I didn't see the boost master branch :)