From 9b26e91c26d1481436fceb6d34ef5aa0e0edba95 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sun, 9 Dec 2001 18:44:15 +0000 Subject: [PATCH] A minor fix required for Harbour DLLs --- harbour/source/vm/hvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/vm/hvm.c b/harbour/source/vm/hvm.c index 304c744d0b..0b9db1c6e4 100644 --- a/harbour/source/vm/hvm.c +++ b/harbour/source/vm/hvm.c @@ -352,7 +352,7 @@ void hb_vmInit( BOOL bStartMainProc ) } #else #ifndef HB_C52_STRICT - else if( ! s_pSymStart ) + else if( bStartMainProc && ! s_pSymStart ) hb_errInternal( HB_EI_VMNOSTARTUP, NULL, NULL, NULL ); #endif #endif