Commit f68ec6fc authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Undefine FAR to avoid conflict with ssl.h.

parent a7bdb744
......@@ -33,7 +33,10 @@
#endif
#ifdef HAVE_OPENSSL_SSL_H
#define DSA __ssl_DSA /* avoid conflict with commctrl.h */
#undef FAR
# include <openssl/ssl.h>
#undef FAR
#define FAR do_not_use_this_in_wine
#undef DSA
#endif
#ifdef HAVE_SYS_SOCKET_H
......
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