Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.2 by nishi, Thu Oct 17 10:33:26 2024 UTC | Revision 1.5 by nishi, Sun Nov 3 13:51:52 2024 UTC | |
---|---|---|
# | Line 25 const char* tw_platform = | Line 25 const char* tw_platform = |
25 | "NetWare" | "NetWare" |
26 | #elif defined(__DOS__) | #elif defined(__DOS__) |
27 | "DOS" | "DOS" |
28 | #elif defined(__amiga__) | |
29 | "Amiga" | |
30 | #elif defined(__MINGW32__) | #elif defined(__MINGW32__) |
31 | "Windows-MinGW32" | "Windows-MinGW32" |
32 | #elif defined(_MSC_VER) | #elif defined(_MSC_VER) |
# | Line 35 const char* tw_platform = | Line 37 const char* tw_platform = |
37 | "Windows-Watcom" | "Windows-Watcom" |
38 | #elif defined(__HAIKU__) | #elif defined(__HAIKU__) |
39 | "Haiku" | "Haiku" |
40 | #elif defined(__APPLE__) | |
41 | "Darwin" | |
42 | #elif defined(__sun__) | |
43 | "Solaris" | |
44 | #elif defined(__CYGWIN__) | #elif defined(__CYGWIN__) |
45 | "Cygwin" | "Cygwin" |
46 | #elif defined(_PSP) | #elif defined(_PSP) |
|
nishi@chaotic.ninja | ViewVC Help |
Powered by ViewVC 1.3.0-dev |