mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Revert deletion of BOOST_*_API check
This commit is contained in:
@ -27,6 +27,10 @@
|
|||||||
# include <system_error>
|
# include <system_error>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(BOOST_POSIX_API) && !defined(BOOST_WINDOWS_API)
|
||||||
|
# error BOOST_POSIX_API or BOOST_WINDOWS_API must be defined
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user