2007-09-10 19:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbset.h
    * declare hb_set with HB_EXPORT attribute when HB_SET_IMPORT macro
      is not set - it's temporry modification and it will be removed when
      we will have real hb_setGet*() and hb_setPut*() functions.
This commit is contained in:
Przemyslaw Czerpak
2007-09-10 17:25:12 +00:00
parent 2de32f1082
commit 5575f09593
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-09-10 19:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbset.h
* declare hb_set with HB_EXPORT attribute when HB_SET_IMPORT macro
is not set - it's temporry modification and it will be removed when
we will have real hb_setGet*() and hb_setPut*() functions.
2007-09-10 19:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbdefs.h
+ added HB_IMPORT macro

View File

@@ -232,7 +232,7 @@ extern int hb_setListenerRemove( int );
#if defined( HB_SET_IMPORT )
extern HB_IMPORT HB_SET_STRUCT hb_set;
#else
extern HB_SET_STRUCT hb_set;
extern HB_EXPORT HB_SET_STRUCT hb_set;
#endif
/* These macros will be replaced by functions */