From a3cba5235d2e4c193ef9fa173c9ff9d694f863ce Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 5 Aug 2003 19:21:08 +0000 Subject: [PATCH] Avoid DSA type conflict between ssl.h and commctrl.h. --- dlls/wininet/internet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/wininet/internet.h b/dlls/wininet/internet.h index 63396335eb0..9c24c18edd4 100644 --- a/dlls/wininet/internet.h +++ b/dlls/wininet/internet.h @@ -32,7 +32,9 @@ # include #endif #ifdef HAVE_OPENSSL_SSL_H +#define DSA __ssl_DSA /* avoid conflict with commctrl.h */ # include +#undef DSA #endif /* used for netconnection.c stuff */ -- 2.11.4.GIT