Commit a3cba523 authored by Alexandre Julliard's avatar Alexandre Julliard

Avoid DSA type conflict between ssl.h and commctrl.h.

parent 4a55eb5c
......@@ -32,7 +32,9 @@
# include <netinet/in.h>
#endif
#ifdef HAVE_OPENSSL_SSL_H
#define DSA __ssl_DSA /* avoid conflict with commctrl.h */
# include <openssl/ssl.h>
#undef DSA
#endif
/* used for netconnection.c stuff */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment