diff stream/asf_streaming.c @ 28402:c884d17bd005

Convert HAVE_WINSOCK2_H into a 0/1 definition.
author diego
date Sun, 01 Feb 2009 13:42:27 +0000
parents ae5da477539e
children c9db53414b53
line wrap: on
line diff
--- a/stream/asf_streaming.c	Sun Feb 01 13:40:15 2009 +0000
+++ b/stream/asf_streaming.c	Sun Feb 01 13:42:27 2009 +0000
@@ -9,7 +9,7 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 
-#ifdef HAVE_WINSOCK2_H
+#if HAVE_WINSOCK2_H
 #include <winsock2.h>
 #endif