From 5ae4b4cdc667927912bd551c9dc8fadddfe76b06 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 20 Dec 2001 11:15:01 +0000 Subject: [PATCH] 2001-12-20 12:00 UTC+0100 --- harbour/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 49a4eabbcf..cacddc4ca8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,22 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2001-12-20 12:00 UTC+0100 Antonio Linares + * include/hbvm.h + * hb_vmInit(), hb_vmQuit(), hb_vmProcessSymbols(), hb_vmExecute() + declared as HB_EXPORT + + * include/hbvmpub.h + * hb_vmProcessSymbols(), hb_vmExecute() declared as HB_EXPORT + + * source/vm/hvm.c + * hb_vmInit(), hb_vmQuit(), hb_vmProcessSymbols(), hb_vmExecute() + declared as HB_EXPORT + - hb_vmDllExecute() removed as hb_vmExecute() is HB_EXPORT + + * source/vm/maindllp.c + * hb_vmExecute() used instead hb_vmDllExecute() + 2001-12-20 11:35 UTC+0100 Antonio Linares * source/vm/maindll.c * source/vm/maindllh.c