Changeset 312 in Main for trunk/Server/config.c


Ignore:
Timestamp:
Oct 14, 2024, 3:17:37 AM (5 weeks ago)
Author:
Nishi
Message:

works on os2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/config.c

    r311 r312  
    33#define SOURCE
    44
    5 #include "tw_config.h"
    6 #include "tw_module.h"
     5#include "../config.h"
    76
    87#include <stdio.h>
     
    1615#endif
    1716
    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__))
    1918#ifdef USE_WINSOCK1
    2019#include <winsock.h>
     
    2625#include <cm_string.h>
    2726#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"
    2836
    2937struct tw_config config;
Note: See TracChangeset for help on using the changeset viewer.