2009-12-08 13:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbcairo/core.c
    + Enabled HB_USE_ITEM mode which doesn't use Harbour internals.
This commit is contained in:
Viktor Szakats
2009-12-08 12:39:32 +00:00
parent e09182ffcd
commit 8b29712ae3
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-08 13:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbcairo/core.c
+ Enabled HB_USE_ITEM mode which doesn't use Harbour internals.
2009-12-08 13:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* include/hbwinuni.h
! Fixed two typos in new macros.

View File

@@ -50,7 +50,11 @@
*
*/
#define _HB_API_INTERNAL_
#define HB_USE_ITEM
#ifndef HB_USE_ITEM
#define _HB_API_INTERNAL_
#endif
#include "hbcairo.h"
#include "hbapiitm.h"