some HB_EXPORT clauses used
This commit is contained in:
@@ -60,12 +60,12 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* Harbour virtual machine init/exit functions */
|
||||
extern void hb_vmInit( BOOL bStartMainProc );
|
||||
extern void hb_vmQuit( void ); /* Immediately quits the virtual machine */
|
||||
extern void HB_EXPORT hb_vmInit( BOOL bStartMainProc );
|
||||
extern void HB_EXPORT hb_vmQuit( void ); /* Immediately quits the virtual machine */
|
||||
|
||||
/* Harbour virtual machine functions */
|
||||
extern void hb_vmExecute( const BYTE * pCode, PHB_SYMB pSymbols ); /* invokes the virtual machine */
|
||||
extern void hb_vmProcessSymbols( PHB_SYMB pSymbols, USHORT uiSymbols ); /* statics symbols initialization */
|
||||
extern void HB_EXPORT hb_vmExecute( const BYTE * pCode, PHB_SYMB pSymbols ); /* invokes the virtual machine */
|
||||
extern void HB_EXPORT hb_vmProcessSymbols( PHB_SYMB pSymbols, USHORT uiSymbols ); /* statics symbols initialization */
|
||||
extern void hb_vmSymbolInit_RT( void ); /* initialization of runtime support symbols */
|
||||
|
||||
/* Harbour virtual machine escaping API */
|
||||
@@ -112,4 +112,3 @@ extern void hb_vmPushPointer( void * ); /* push an item of HB_IT_POINTER type
|
||||
#endif
|
||||
|
||||
#endif /* HB_VM_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user