From 8b29712ae3e53afc4201fdb0a63f4d94d59861c8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 8 Dec 2009 12:39:32 +0000 Subject: [PATCH] 2009-12-08 13:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcairo/core.c + Enabled HB_USE_ITEM mode which doesn't use Harbour internals. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbcairo/core.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 18e6e9780b..9fad24c96c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-08 13:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbcairo/core.c + + Enabled HB_USE_ITEM mode which doesn't use Harbour internals. + 2009-12-08 13:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbwinuni.h ! Fixed two typos in new macros. diff --git a/harbour/contrib/hbcairo/core.c b/harbour/contrib/hbcairo/core.c index 53a3d1fc5f..db165852bb 100644 --- a/harbour/contrib/hbcairo/core.c +++ b/harbour/contrib/hbcairo/core.c @@ -50,7 +50,11 @@ * */ -#define _HB_API_INTERNAL_ +#define HB_USE_ITEM + +#ifndef HB_USE_ITEM + #define _HB_API_INTERNAL_ +#endif #include "hbcairo.h" #include "hbapiitm.h"