From f68ec6fc5d4976b3b1da32cb505ae28c93c4af97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vincent=20B=C3=A9ron?= Date: Tue, 25 Nov 2003 01:48:01 +0000 Subject: [PATCH] Undefine FAR to avoid conflict with ssl.h. --- dlls/wininet/internet.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/wininet/internet.h b/dlls/wininet/internet.h index acb1b6667a6..fecba7ce92a 100644 --- a/dlls/wininet/internet.h +++ b/dlls/wininet/internet.h @@ -33,7 +33,10 @@ #endif #ifdef HAVE_OPENSSL_SSL_H #define DSA __ssl_DSA /* avoid conflict with commctrl.h */ +#undef FAR # include +#undef FAR +#define FAR do_not_use_this_in_wine #undef DSA #endif #ifdef HAVE_SYS_SOCKET_H -- 2.11.4.GIT