winhttp(5/6): Remove no-longer-used #defines

Juan Lang juan.lang at gmail.com
Tue Jul 21 16:56:02 CDT 2009


--Juan
-------------- next part --------------
From 970366440f029f3291a07deab077149a2f20318b Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Tue, 21 Jul 2009 13:55:58 -0700
Subject: [PATCH 09/10] Remove no-longer-used #defines

---
 dlls/winhttp/net.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/winhttp/net.c b/dlls/winhttp/net.c
index 50842a8..6f2d5f5 100644
--- a/dlls/winhttp/net.c
+++ b/dlls/winhttp/net.c
@@ -58,9 +58,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(winhttp);
 
-#define DEFAULT_SEND_TIMEOUT        30
-#define DEFAULT_RECEIVE_TIMEOUT     30
-
 #ifndef HAVE_GETADDRINFO
 
 /* critical section to protect non-reentrant gethostbyname() */
-- 
1.6.3.2


More information about the wine-patches mailing list