mirror of https://github.com/ppy/SDL3-CS.git
Remove now unnecessary undefines
This commit is contained in:
parent
69c7e23842
commit
04c71afe67
|
|
@ -287,11 +287,6 @@ base_command = [
|
|||
"--undefine-macro=__unix",
|
||||
"--undefine-macro=__unix__",
|
||||
"--undefine-macro=__APPLE__",
|
||||
# GCC and LLVM use `long int` => int64, whereas MSVC uses `long long int` => int64.
|
||||
# In terms of C# code gen, it's more accurate if we disable these to force LL, so
|
||||
# that they're transformed to longs instead of ints.
|
||||
"--undefine-macro=__LP64__",
|
||||
"--undefine-macro=_LP64",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue