UnhandledExceptionFilter renamed as hb_UnhandledExceptionFilter, and

WINBASEAPI removed.
This commit is contained in:
Antonio Linares
2005-11-04 11:40:58 +00:00
parent b933034111
commit 7a684045ba

View File

@@ -422,7 +422,7 @@ void hb_vmIsLocalRef( void )
#if defined(HB_OS_WIN_32)
WINBASEAPI LONG WINAPI UnhandledExceptionFilter( struct _EXCEPTION_POINTERS * ExceptionInfo )
LONG WINAPI hb_UnhandledExceptionFilter( struct _EXCEPTION_POINTERS * ExceptionInfo )
{
PHB_ITEM *pBase = hb_stack.pBase;