- Timestamp:
- Sep 18, 2024, 8:06:58 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/main.c
r50 r51 10 10 #include <signal.h> 11 11 12 #ifdef __MINGW32__13 #include <windows.h>14 #endif15 16 12 #ifndef NO_SSL 17 13 #include <openssl/opensslv.h> … … 23 19 #include "tw_server.h" 24 20 #include "tw_version.h" 21 22 #ifdef __MINGW32__ 23 #include <windows.h> 24 #endif 25 25 26 26 extern bool cm_do_log;
Note:
See TracChangeset
for help on using the changeset viewer.