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