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

This commit is contained in:
Alexandre Julliard 2003-08-05 19:21:08 +00:00
parent 4a55eb5c92
commit a3cba5235d
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@
# include <netinet/in.h> # include <netinet/in.h>
#endif #endif
#ifdef HAVE_OPENSSL_SSL_H #ifdef HAVE_OPENSSL_SSL_H
#define DSA __ssl_DSA /* avoid conflict with commctrl.h */
# include <openssl/ssl.h> # include <openssl/ssl.h>
#undef DSA
#endif #endif
/* used for netconnection.c stuff */ /* used for netconnection.c stuff */