From 705f59d0cb0c290d63bcc7cd043c83c009bd0197 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 18 Mar 2002 17:50:27 +0000 Subject: [PATCH] Now all hb_ret...() and hb_pcount() functions are always exported --- harbour/source/vm/extend.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/source/vm/extend.c b/harbour/source/vm/extend.c index cdbd3026bc..3b21fee3d2 100644 --- a/harbour/source/vm/extend.c +++ b/harbour/source/vm/extend.c @@ -68,6 +68,10 @@ * */ +#ifdef HB_API_MACROS + #undef HB_API_MACROS +#endif + #include "hbapi.h" #include "hbapiitm.h" #include "hbset.h"