diff options
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 2cf30e9b9..889028b26 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -111,10 +111,10 @@ #define HAVE_WINDOWS_H 1 /* Define if you have the <winsock2.h> header file. */ -/* #define HAVE_WINSOCK2_H 1 */ +#define HAVE_WINSOCK2_H 1 /* Define if you have the <ws2tcpip.h> header file. */ -/* #define HAVE_WS2TCPIP_H 1 */ +#define HAVE_WS2TCPIP_H 1 /* ---------------------------------------------------------------- */ /* OTHER HEADER INFO */ |