2002-05-23 14:53 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>

* source/vm/estack.c
    ! All stack hb_stackxxx API functions are now included, no matter
      the build options (HB_STACK_MACROS)
This commit is contained in:
Horacio Dario Roldan Kasimatis
2002-05-23 17:53:27 +00:00
parent 86388f6d5a
commit e5d470b3d5

View File

@@ -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"