A minor fix required for Harbour DLLs

This commit is contained in:
Antonio Linares
2001-12-09 18:44:15 +00:00
parent 060cc7c868
commit 9b26e91c26

View File

@@ -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