diff --git a/harbour/include/hbvmpub.h b/harbour/include/hbvmpub.h index 7bc349e6a4..7d95cba57a 100644 --- a/harbour/include/hbvmpub.h +++ b/harbour/include/hbvmpub.h @@ -102,10 +102,10 @@ typedef HB_DYNS_FUNC( PHB_DYNS_FUNC ); #define HB_FS_MESSAGE ( ( HB_SYMBOLSCOPE ) 0x20 ) #define HB_FS_MEMVAR ( ( HB_SYMBOLSCOPE ) 0x80 ) -extern void hb_vmExecute( const BYTE * pCode, PHB_SYMB pSymbols ); /* invokes the virtual machine */ +extern void HB_EXPORT hb_vmExecute( const BYTE * pCode, PHB_SYMB pSymbols ); /* invokes the virtual machine */ #if defined(HB_EXTERN_C) } #endif -#endif /* HB_VMPUB_H_ */ +#endif /* HB_VMPUB_H_ */ \ No newline at end of file