Module: wine Branch: master Commit: 336ee2861d4253a1d53917db2f6d5083d803cf94 URL: http://source.winehq.org/git/wine.git/?a=commit;h=336ee2861d4253a1d53917db2f...
Author: Juan Lang juan.lang@gmail.com Date: Tue Jul 21 13:55:58 2009 -0700
winhttp: 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() */