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:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user