diff stream/http.c @ 28402:c884d17bd005

Convert HAVE_WINSOCK2_H into a 0/1 definition.
author diego
date Sun, 01 Feb 2009 13:42:27 +0000
parents 9e739bdb049c
children 0f1b5b68af32
line wrap: on
line diff
--- a/stream/http.c	Sun Feb 01 13:40:15 2009 +0000
+++ b/stream/http.c	Sun Feb 01 13:42:27 2009 +0000
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifndef HAVE_WINSOCK2_H
+#if !HAVE_WINSOCK2_H
 #else
 #include <winsock2.h>
 #include <ws2tcpip.h>