# | Line 13 | Line 13 | const char* tw_platform = | |
---|---|---|
13 | "NetBSD" | |
14 | #elif defined(__OpenBSD__) | |
15 | "OpenBSD" | |
16 | + | #elif defined(__bsdi__) |
17 | + | "BSD/OS" |
18 | #elif defined(__linux__) | |
19 | "Linux" | |
20 | #elif defined(__OS2__) | |
# | Line 33 | Line 35 | const char* tw_platform = | |
35 | "Windows-Watcom" | |
36 | #elif defined(__HAIKU__) | |
37 | "Haiku" | |
38 | + | #elif defined(__APPLE__) |
39 | + | "Darwin" |
40 | #elif defined(__CYGWIN__) | |
41 | "Cygwin" | |
42 | #elif defined(_PSP) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |