changeset 28408:a1dbbfeebfd7

HAVE_WINSOCK2_H is now a 0/1 definition.
author diego
date Sun, 01 Feb 2009 15:15:07 +0000
parents 540abad3946f
children 303467269af1
files TOOLS/netstream.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/netstream.c	Sun Feb 01 14:57:01 2009 +0000
+++ b/TOOLS/netstream.c	Sun Feb 01 15:15:07 2009 +0000
@@ -28,7 +28,7 @@
 
 #include "config.h"
 
-#ifndef HAVE_WINSOCK2_H
+#if !HAVE_WINSOCK2_H
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>