From 638fdffa543e0fc641b55f22cbc7b3535cbe6c53 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 7 Mar 2012 19:26:22 +0000 Subject: [PATCH] 2012-03-07 20:25 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbhpdf/harupdf.ch ! fixed two constants --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbhpdf/harupdf.ch | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 55c6555282..73e8ff4085 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-07 20:25 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbhpdf/harupdf.ch + ! fixed two constants + 2012-03-06 16:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.hbp * contrib/hbide/ideactions.prg diff --git a/harbour/contrib/hbhpdf/harupdf.ch b/harbour/contrib/hbhpdf/harupdf.ch index 43bd44c273..5f8465f70f 100644 --- a/harbour/contrib/hbhpdf/harupdf.ch +++ b/harbour/contrib/hbhpdf/harupdf.ch @@ -288,8 +288,8 @@ //----------------------------------------------------------------------// -#define HPDF_TRUE 1 -#define HPDF_FALSE 0 +#define HPDF_TRUE .T. +#define HPDF_FALSE .F. #define HPDF_OK 0 #define HPDF_NOERROR 0