some HB_EXPORT clauses added

This commit is contained in:
Antonio Linares
2001-12-20 10:58:22 +00:00
parent 9ea2cc1754
commit d07f80a0bf

View File

@@ -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_ */