Commit 8909e9fe authored by Christian Beier's avatar Christian Beier

Let libvncclient build with gcrypt for MinGW32 builds.

Signed-off-by: 's avatarChristian Beier <dontmind@freeshell.org>
parent e323d73f
......@@ -52,6 +52,10 @@
#include <time.h>
#ifdef LIBVNCSERVER_WITH_CLIENT_GCRYPT
#ifdef WIN32
#undef SOCKET
#undef socklen_t
#endif
#include <gcrypt.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment