Fix 'true' definition.

This fixes issue #43.

Signed-off-by: François Andriot <francois.andriot@libertysurf.fr>
pull/5/head
François Andriot 2 years ago
parent 1aae5a01b3
commit 512fd4d832

@ -21,7 +21,7 @@ extern "C" {
#ifndef false
#define false 0
#define true -1
#define true 1
#endif
#ifdef LIBVNCSERVER_HAVE_SYS_TYPES_H

Loading…
Cancel
Save