Skip to content
Snippets Groups Projects
Commit a3cba523 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 4a55eb5c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment