Files
cbindgen/tests/rust/cfg.toml
T
2017-11-09 18:04:22 -05:00

6 lines
113 B
TOML

[defines]
"unix" = "PLATFORM_UNIX"
"windows" = "PLATFORM_WIN"
"x11" = "X11"
"target_pointer_width = 32" = "M_32"