Fix 'true' definition.

This fixes issue #43.

Signed-off-by: François Andriot <francois.andriot@libertysurf.fr>
r14.0.x
François Andriot 2 years ago committed by TDE Gitea
parent 3f51345f5c
commit 4fa7deb587

@ -18,7 +18,7 @@ extern "C" {
#ifndef false
#define false 0
#define true -1
#define true 1
#endif
#include <sys/types.h>

Loading…
Cancel
Save