cbindgen/tests/rust/cfg_2.toml

12 lines
146 B
TOML
Raw Normal View History

2020-11-18 16:50:59 +03:00
header = """
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""
[defines]
"unix" = "DEFINED"
"macos" = "NOT_DEFINED"
"windows" = "NOT_DEFINED"