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