cbindgen/tests/rust/cfg_2.toml
2020-11-25 17:30:30 +01:00

12 lines
146 B
TOML

header = """
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""
[defines]
"unix" = "DEFINED"
"macos" = "NOT_DEFINED"
"windows" = "NOT_DEFINED"