From f342537b4cf20671c965343b7151ca31e22ccfeb Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 11 Dec 1999 09:33:42 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 00913d9354..640f9b0ac3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,18 @@ +19991211-09:17 GMT+1 Antonio Linares + + new source/vm/maindll.c (entry point for Windows DLLs) + * hb_vmInit() call uses a FALSE parameter. + * source/vm/hvm.c + * hb_vmInit( BOOL bStartMainProc ) modification + * source/vm/mainstd.c + * hb_vmInit() call uses a TRUE parameter. + * source/vm/mainwin.c + * hb_vmInit() call uses a TRUE parameter. + * updated makefile.b32 for maindll.c file. + * include/ctoharb.h + * modified hb_vmInit() prototype. + + Tested. Seems to work fine. + 19991209-23:04 GMT+1 Antonio Linares * updated makefile.b32 * updated hbclass.ch