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

Comparing Server/server.c (file contents):
Revision 1.2 by nishi, Thu Oct 17 10:18:01 2024 UTC vs.
Revision 1.3 by nishi, Thu Oct 17 10:33:26 2024 UTC

# Line 1013 | Line 1013 | void tw_server_loop(void) {
1013          fd_set fdset;
1014          struct timeval tv;
1015   #endif
1016 < #if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__))
1016 > #if defined(__MINGW32__) || defined(__HAIKU__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__NETWARE__) && !defined(__DOS__))
1017          struct thread_entry threads[2048];
1018          for(i = 0; i < sizeof(threads) / sizeof(threads[0]); i++) {
1019                  threads[i].used = false;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines