forked from boostorg/system
Move src/local_free_on_destruction.hpp to include/boost/detail. Was not being found by some VC++ versions, plus header only builds are supposed to be possible without non-header directories even being present.
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
# if defined( BOOST_WINDOWS_API )
|
# if defined( BOOST_WINDOWS_API )
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# if !defined(WINAPI_FAMILY) || ((WINAPI_FAMILY & WINAPI_PARTITION_DESKTOP) != 0)
|
# if !defined(WINAPI_FAMILY) || ((WINAPI_FAMILY & WINAPI_PARTITION_DESKTOP) != 0)
|
||||||
# include "local_free_on_destruction.hpp"
|
# include <boost/system/detail/local_free_on_destruction.hpp>
|
||||||
# endif
|
# endif
|
||||||
# ifndef ERROR_INCORRECT_SIZE
|
# ifndef ERROR_INCORRECT_SIZE
|
||||||
# define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS
|
# define ERROR_INCORRECT_SIZE ERROR_BAD_ARGUMENTS
|
||||||
|
Reference in New Issue
Block a user