# | Line 13 | Line 13 | const char* tw_platform = | |
---|---|---|
13 | "NetBSD" | |
14 | #elif defined(__OpenBSD__) | |
15 | "OpenBSD" | |
16 | + | #elif defined(__FreeBSD__) |
17 | + | "FreeBSD" |
18 | #elif defined(__bsdi__) | |
19 | "BSD/OS" | |
20 | #elif defined(__linux__) | |
# | Line 39 | Line 41 | const char* tw_platform = | |
41 | "Haiku" | |
42 | #elif defined(__APPLE__) | |
43 | "Darwin" | |
44 | + | #elif defined(__sun__) |
45 | + | "Solaris" |
46 | + | #elif defined(__gnu_hurd__) |
47 | + | "GNU/Hurd" |
48 | #elif defined(__CYGWIN__) | |
49 | "Cygwin" | |
50 | #elif defined(_PSP) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |