From 5575f095938633ea68b8ff28f6be7e0b5e60fa9a Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 10 Sep 2007 17:25:12 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 6 ++++++ harbour/include/hbset.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f78232b692..e33f70af2f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +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 diff --git a/harbour/include/hbset.h b/harbour/include/hbset.h index c9ab854135..e18300b846 100644 --- a/harbour/include/hbset.h +++ b/harbour/include/hbset.h @@ -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 */