Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_error

libvncclient: zrle.c: Move undef of REALBPP down

rfbproto.c which includes this file expects an undefined REALBPP after the inclusion. Do this whether or not there is zlib available.
pull/3/head
Christian Beier 6 years ago committed by GitHub
commit b997331e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -420,8 +420,8 @@ static int HandleZRLETile(rfbClient* client,
#undef HandleZRLE
#undef HandleZRLETile
#undef UncompressCPixel
#undef REALBPP
#endif
#undef UNCOMP
#undef REALBPP

Loading…
Cancel
Save