# HG changeset patch # User diego # Date 1233501307 0 # Node ID a1dbbfeebfd73657b215c482891a0bb2785ba289 # Parent 540abad3946f19a1a6f5c7047e7b59974dbf450e HAVE_WINSOCK2_H is now a 0/1 definition. diff -r 540abad3946f -r a1dbbfeebfd7 TOOLS/netstream.c --- 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 #include #include