2010-02-15 12:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvm.c
* minor cleanup
* harbour/src/vm/dynlibhb.c
! added missing #include "hbwince.h"
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-15 12:33 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/vm/hvm.c
|
||||
* minor cleanup
|
||||
|
||||
* harbour/src/vm/dynlibhb.c
|
||||
! added missing #include "hbwince.h"
|
||||
|
||||
2010-02-15 12:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* INSTALL
|
||||
* Changed to use win-make/dos-make in examples.
|
||||
|
||||
@@ -66,6 +66,9 @@
|
||||
|
||||
#if defined( HB_OS_WIN )
|
||||
# include <windows.h>
|
||||
# if defined( HB_OS_WIN_CE )
|
||||
# include "hbwince.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined( HB_HAS_DLFCN ) && \
|
||||
|
||||
@@ -7336,7 +7336,7 @@ PHB_SYMB hb_vmFindFuncSym( const char * szFuncName, void * hDynLib )
|
||||
|
||||
while( pSymbols )
|
||||
{
|
||||
if( pSymbols->hDynLib == hDynLib )
|
||||
if( pSymbols->fActive && pSymbols->hDynLib == hDynLib )
|
||||
{
|
||||
HB_USHORT ui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user