1d985e9aa8c8cc23ee5d38eb2f145afbe914b2b3
[oftp] / libs / watt32 / ws2tcpip.h
1 #ifndef _WATT32_FAKE_WS2TCPIP_H
2 #define _WATT32_FAKE_WS2TCPIP_H
3
4 #ifndef __SYS_SOCKET_H
5 #include <sys/socket.h>
6 #endif
7
8 #if !defined(WIN32) && !defined(_WIN32)
9 #error This file is only for Watt-32 targeting Windows programs.
10 #endif
11
12 #endif
13