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"