mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Show value of BOOST_PLAT_WINDOWS_DESKTOP
This commit is contained in:
@ -41,7 +41,8 @@ int main()
|
|||||||
std::cout << "BOOST_POSIX_API is not defined" << std::endl;
|
std::cout << "BOOST_POSIX_API is not defined" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
#ifdef BOOST_PLAT_WINDOWS_DESKTOP
|
#ifdef BOOST_PLAT_WINDOWS_DESKTOP
|
||||||
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is defined" << std::endl;
|
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is defined as "
|
||||||
|
<< BOOST_PLAT_WINDOWS_DESKTOP << std::endl;
|
||||||
#else
|
#else
|
||||||
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is not defined" << std::endl;
|
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is not defined" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user