Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
rust
/
cfg_2.toml
blob: 4672d03f31755f981ee4eef77683a3633e0feca6 [
file
] [
log
] [
blame
]
header
=
"""
#if 0
DEF DEFINED = 1
DEF NOT_DEFINED = 0
#endif
"""
[
defines
]
"unix"
=
"DEFINED"
"macos"
=
"NOT_DEFINED"
"windows"
=
"NOT_DEFINED"