From e8a1ca20352f14bf3b527bb1f148610fc1fb5247 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Tue, 21 Feb 2017 06:36:15 -0500 Subject: Fixed compilation of websockets on system where there is no implementation of base64 functions. --- libvncserver/ws_decode.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvncserver/ws_decode.h') diff --git a/libvncserver/ws_decode.h b/libvncserver/ws_decode.h index 2923e3d..709477a 100644 --- a/libvncserver/ws_decode.h +++ b/libvncserver/ws_decode.h @@ -3,9 +3,6 @@ #include #include -#ifndef _MSC_VER -#include /* __b64_ntop */ -#endif #if defined(__APPLE__) -- cgit v1.2.3