diff options
author | steven_carr <steven_carr> | 2006-05-15 05:37:39 +0000 |
---|---|---|
committer | steven_carr <steven_carr> | 2006-05-15 05:37:39 +0000 |
commit | ccdbe8f3256c3c776a1cc1a0517a38437b9e2c65 (patch) | |
tree | 9853559d1c965946b196cccd03ce0f466d524950 /libvncclient/ultra.c | |
parent | 347c4a98475d1dba8030efe33aa0b35856c4d17f (diff) | |
download | libtdevnc-ccdbe8f3.tar.gz libtdevnc-ccdbe8f3.zip |
The great UltraVNC Compatibility Commit
Diffstat (limited to 'libvncclient/ultra.c')
-rw-r--r-- | libvncclient/ultra.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libvncclient/ultra.c b/libvncclient/ultra.c index 641200f..3be150d 100644 --- a/libvncclient/ultra.c +++ b/libvncclient/ultra.c @@ -18,8 +18,6 @@ * USA. */ -#ifdef LIBVNCSERVER_HAVE_LIBZ - /* * ultrazip.c - handle ultrazip encoding. * @@ -210,5 +208,3 @@ HandleUltraZipBPP (rfbClient* client, int rx, int ry, int rw, int rh) } #undef CARDBPP - -#endif |