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"