Skip to content
Snippets Groups Projects
Commit f68ec6fc authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

Undefine FAR to avoid conflict with ssl.h.

parent a7bdb744
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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