- Timestamp:
- Sep 18, 2024, 8:06:12 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/main.c
r43 r50 9 9 #include <string.h> 10 10 #include <signal.h> 11 12 #ifdef __MINGW32__ 13 #include <windows.h> 14 #endif 11 15 12 16 #ifndef NO_SSL … … 77 81 #ifndef __MINGW32__ 78 82 signal(SIGCHLD, SIG_IGN); 83 #else 84 SetConsoleTitle(tw_server); 79 85 #endif 80 86 tw_server_loop(); -
trunk/config.h
r46 r50 4 4 #define __CONFIG_H__ 5 5 6 # defineNO_SSL6 #undef NO_SSL 7 7 8 8 /* DO NOT EDIT BELOW THIS LINE */
Note:
See TracChangeset
for help on using the changeset viewer.