mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Fixed example for predef-check
This commit is contained in:
@ -673,7 +673,7 @@ import path-to-predef-src/check/predef
|
|||||||
|
|
||||||
exe my_special_exe : source.cpp
|
exe my_special_exe : source.cpp
|
||||||
: [ predef-check "BOOST_OS_WINDOWS == 0"
|
: [ predef-check "BOOST_OS_WINDOWS == 0"
|
||||||
: <define>ENABLE_WMF=0
|
: : <define>ENABLE_WMF=0
|
||||||
: <define>ENABLE_WMF=1 ] ;
|
: <define>ENABLE_WMF=1 ] ;
|
||||||
``
|
``
|
||||||
[c++]
|
[c++]
|
||||||
|
Reference in New Issue
Block a user