Undefine FAR to avoid conflict with ssl.h.
This commit is contained in:
parent
a7bdb744c9
commit
f68ec6fc5d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user