Undefine FAR to avoid conflict with ssl.h.

This commit is contained in:
Vincent Béron 2003-11-25 01:48:01 +00:00 committed by Alexandre Julliard
parent a7bdb744c9
commit f68ec6fc5d

View File

@ -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