mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17: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;
|
||||
#endif
|
||||
#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
|
||||
std::cout << "BOOST_PLAT_WINDOWS_DESKTOP is not defined" << std::endl;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user