Changeset 312 in Main for trunk/Server/config.c
- Timestamp:
- Oct 14, 2024, 3:17:37 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/config.c
r311 r312 3 3 #define SOURCE 4 4 5 #include "tw_config.h" 6 #include "tw_module.h" 5 #include "../config.h" 7 6 8 7 #include <stdio.h> … … 16 15 #endif 17 16 18 #if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) )17 #if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__WATCOMC__)) 19 18 #ifdef USE_WINSOCK1 20 19 #include <winsock.h> … … 26 25 #include <cm_string.h> 27 26 #include <cm_log.h> 27 28 #ifdef __OS2__ 29 #include <types.h> 30 #include <netinet/in.h> 31 #include <tcpustd.h> 32 #endif 33 34 #include "tw_config.h" 35 #include "tw_module.h" 28 36 29 37 struct tw_config config;
Note:
See TracChangeset
for help on using the changeset viewer.