From e5d470b3d54de42a11d4552fb4f89751a2463df0 Mon Sep 17 00:00:00 2001 From: Horacio Dario Roldan Kasimatis Date: Thu, 23 May 2002 17:53:27 +0000 Subject: [PATCH] 2002-05-23 14:53 UTC-0300 Horacio Roldan * source/vm/estack.c ! All stack hb_stackxxx API functions are now included, no matter the build options (HB_STACK_MACROS) --- harbour/source/vm/estack.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/source/vm/estack.c b/harbour/source/vm/estack.c index af0353ac9d..5699e8ee52 100644 --- a/harbour/source/vm/estack.c +++ b/harbour/source/vm/estack.c @@ -54,6 +54,10 @@ #define HB_OS_WIN_32_USED #endif +#ifdef HB_STACK_MACROS + #undef HB_STACK_MACROS +#endif + #include "hbapi.h" #include "hbdefs.h" #include "hbstack.h"