X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=libs%2Fwatt32%2Fws2tcpip.h;fp=libs%2Fwatt32%2Fws2tcpip.h;h=1d985e9aa8c8cc23ee5d38eb2f145afbe914b2b3;hb=214a070238552de6167bbf506cbc23006969a182;hp=0000000000000000000000000000000000000000;hpb=d3c8a942b99443abf0c11d9759994022ed6da597;p=oftp diff --git a/libs/watt32/ws2tcpip.h b/libs/watt32/ws2tcpip.h new file mode 100644 index 0000000..1d985e9 --- /dev/null +++ b/libs/watt32/ws2tcpip.h @@ -0,0 +1,13 @@ +#ifndef _WATT32_FAKE_WS2TCPIP_H +#define _WATT32_FAKE_WS2TCPIP_H + +#ifndef __SYS_SOCKET_H +#include +#endif + +#if !defined(WIN32) && !defined(_WIN32) +#error This file is only for Watt-32 targeting Windows programs. +#endif + +#endif +