2012-05-16 18:28 UTC+0200 Viktor Szakats (harbour syenar.net)

* src/vm/set.c
    ! added missing '#include "hbvm.h"' for hb_vmIsReady()
This commit is contained in:
Viktor Szakats
2012-05-16 16:28:42 +00:00
parent ca0e3da363
commit 11eecc403b
2 changed files with 9 additions and 4 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-05-16 18:28 UTC+0200 Viktor Szakats (harbour syenar.net)
* src/vm/set.c
! added missing '#include "hbvm.h"' for hb_vmIsReady()
2012-05-15 20:40 UTC+0300 Pavel Tsarenko (tpe2 at mail.ru)
* contrib/hbtip/ftpcli.prg
! small fix in the :FileSize() method
@@ -26,10 +30,10 @@
* contrib/hbqt/qtwebkit/hbqtwebkit.hbm
* contrib/hbqt/hbqt_common.hbm
* INSTALL
+ added support for QT from Homebrew package manager. Probably
a better option than the official installer which is a) not
compatible with latest Xcode changes b) copies millions of
files into the system file structure with no easy uninstall
+ added support for QT from Homebrew package manager. Probably
a better option than the official installer which is a) not
compatible with latest Xcode changes b) copies millions of
files into the system file structure with no easy uninstall
or upgrade option.
2012-05-15 13:20 UTC+0200 Viktor Szakats (harbour syenar.net)

View File

@@ -75,6 +75,7 @@
#include "hbapistr.h"
#include "hbset.h"
#include "hbstack.h"
#include "hbvm.h"
typedef struct HB_SET_LISTENER_
{