diff options
author | Christian Beier <dontmind@freeshell.org> | 2017-01-28 21:02:11 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2017-01-28 21:02:11 +0100 |
commit | 73684172397d63c4274d7fbdf940f428cf31744c (patch) | |
tree | e76a49de1af950fece3cf88c30b2fe3e3dfa736a /rfb/rfb.h | |
parent | 37f293d58873114fc02a4df4081ba9936da1fd71 (diff) | |
download | libtdevnc-73684172397d63c4274d7fbdf940f428cf31744c.tar.gz libtdevnc-73684172397d63c4274d7fbdf940f428cf31744c.zip |
Various #ifdef fixes to allow building with MSVC2014
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ extern "C" #ifdef WIN32 #undef SOCKET +typedef UINT32 in_addr_t; #include <winsock2.h> #ifdef LIBVNCSERVER_HAVE_WS2TCPIP_H #undef socklen_t |