Subversion Repositories Tewi

Rev

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

Rev 349 Rev 359
Line 1... Line 1...
1
/* $Id: tw_config.h 349 2024-10-15 20:08:08Z nishi $ */
1
/* $Id: tw_config.h 359 2024-10-16 14:34:51Z 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 15... Line 15...
15
#include <stdbool.h>
15
#include <stdbool.h>
16
#ifdef __NeXT__
16
#ifdef __NeXT__
17
#include <sys/types.h>
17
#include <sys/types.h>
18
#endif
18
#endif
19
 
19
 
20
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
20
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__) && !defined(__DOS__))
21
#ifdef USE_WINSOCK1
21
#ifdef USE_WINSOCK1
22
#include <winsock.h>
22
#include <winsock.h>
23
#else
23
#else
24
#include <winsock2.h>
24
#include <winsock2.h>
25
#endif
25
#endif