diff options
Diffstat (limited to 'rfb/rfb.h')
-rw-r--r-- | rfb/rfb.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -45,10 +45,6 @@ extern "C" #include <winsock2.h> #endif -#ifndef LIBVNCSERVER_HAVE_SOCKLEN_T -typedef int socklen_t; -#endif - #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD #include <pthread.h> #if 0 /* debugging */ |