From 8516d2a9fbe6bb6e06e46c5807575cf64b406508 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 4 Aug 2010 21:40:23 +0000 Subject: [PATCH] 2010-08-04 23:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctextern.prg ! Fixed missing #defines after latest changes. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbct/ctextern.prg | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fa34fc73c9..deae36ab9b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-04 23:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbct/ctextern.prg + ! Fixed missing #defines after latest changes. + 2010-08-04 22:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/header.mk - Deleted API_HEADERS variable. Not used anymore. diff --git a/harbour/contrib/hbct/ctextern.prg b/harbour/contrib/hbct/ctextern.prg index 291112f15e..c0f2cc2a01 100644 --- a/harbour/contrib/hbct/ctextern.prg +++ b/harbour/contrib/hbct/ctextern.prg @@ -50,4 +50,6 @@ * */ +#define __HBEXTERN__HBCT__ANNOUNCE +#define __HBEXTERN__HBCT__REQUEST #include "hbct.hbx"