2010-02-10 15:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/vm/procaddr.c
    ! added missing #include "hbvm.h"
This commit is contained in:
Przemyslaw Czerpak
2010-02-10 14:54:16 +00:00
parent 432a76083e
commit 0666164ec9
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-10 15:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/procaddr.c
! added missing #include "hbvm.h"
2010-02-10 15:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Enabled -implib option in -hbexe (default) mode.

View File

@@ -51,6 +51,7 @@
*/
#include "hbapi.h"
#include "hbvm.h"
PHB_FUNC hb_vmProcAddress( const char * szFuncName )
{