Subversion Repositories Tewi

Rev

Rev 219 | Rev 257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 219 Rev 240
Line 1... Line 1...
1
/* $Id: tw_config.h 219 2024-10-02 20:40:37Z nishi $ */
1
/* $Id: tw_config.h 240 2024-10-03 05:54:55Z nishi $ */
2
 
2
 
3
#ifndef __TW_CONFIG_H__
3
#ifndef __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
5
 
5
 
6
#ifdef __cplusplus
6
#ifdef __cplusplus
Line 13... Line 13...
13
 
13
 
14
#include <stdint.h>
14
#include <stdint.h>
15
#include <stdbool.h>
15
#include <stdbool.h>
16
 
16
 
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
17
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
-
 
18
#ifdef USE_WINSOCK1
-
 
19
#include <winsock.h>
-
 
20
#else
18
#include <winsock2.h>
21
#include <winsock2.h>
-
 
22
#endif
19
#define NO_IPV6
23
#define NO_IPV6
20
#else
24
#else
21
#ifdef __PPU__
25
#ifdef __PPU__
22
#include <net/net.h>
26
#include <net/net.h>
23
#endif
27
#endif