Let libvncclient build with gcrypt for MinGW32 builds.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
pull/1/head
Christian Beier 13 years ago
parent e323d73f91
commit 8909e9fe44

@ -52,6 +52,10 @@
#include <time.h>
#ifdef LIBVNCSERVER_WITH_CLIENT_GCRYPT
#ifdef WIN32
#undef SOCKET
#undef socklen_t
#endif
#include <gcrypt.h>
#endif

Loading…
Cancel
Save