diff options
Diffstat (limited to 'libvncclient/rfbproto.c')
-rw-r--r-- | libvncclient/rfbproto.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libvncclient/rfbproto.c b/libvncclient/rfbproto.c index 70fab19..8064b56 100644 --- a/libvncclient/rfbproto.c +++ b/libvncclient/rfbproto.c @@ -35,6 +35,10 @@ #endif #include <errno.h> #include <rfb/rfbclient.h> +#ifdef WIN32 +#undef SOCKET +#undef socklen_t +#endif #ifdef LIBVNCSERVER_HAVE_LIBZ #include <zlib.h> #ifdef __CHECKER__ @@ -52,10 +56,6 @@ #include <time.h> #ifdef LIBVNCSERVER_WITH_CLIENT_GCRYPT -#ifdef WIN32 -#undef SOCKET -#undef socklen_t -#endif #include <gcrypt.h> #endif |