ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Server/version.c
(Generate patch)

Comparing Server/version.c (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:39 2024 UTC vs.
Revision 1.5 by nishi, Sun Nov 3 13:51:52 2024 UTC

# 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 23 | Line 25 | const char* tw_platform =
25      "NetWare"
26   #elif defined(__DOS__)
27      "DOS"
28 + #elif defined(__amiga__)
29 +    "Amiga"
30   #elif defined(__MINGW32__)
31      "Windows-MinGW32"
32   #elif defined(_MSC_VER)
# Line 33 | Line 37 | const char* tw_platform =
37      "Windows-Watcom"
38   #elif defined(__HAIKU__)
39      "Haiku"
40 + #elif defined(__APPLE__)
41 +    "Darwin"
42 + #elif defined(__sun__)
43 +    "Solaris"
44   #elif defined(__CYGWIN__)
45      "Cygwin"
46   #elif defined(_PSP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines