20000414-03:08 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-04-14 01:06:14 +00:00
parent 74b58151ec
commit 0477819e8a
2 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,14 @@
20000414-03:08 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/vm/hvm.c
! Changed to the standard way of including windows.h
(this is also a blind try to make it compile with BCC50/Win32)
20000413-21:38 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
*utils/hbdoc/hbdoc.prg
utils/hbdoc/html.prg
*Small changes
20000413-16:40 GMT+2 Chen Kedem <niki@actcom.co.il>
* doc/en/dbstrux.txt
* in __FLTEDIT() HARBOUR_STRICT_CLIPPER_COMPATIBILITY was changed into

View File

@@ -49,6 +49,11 @@
*
*/
/* NOTE: Temporary name [vszakats] */
#ifdef HB_INCLUDE_WINEXCHANDLER
#define HB_OS_WIN_32_USED
#endif
#ifndef __MPW__
#include <malloc.h>
#endif
@@ -3929,11 +3934,8 @@ HB_FUNC( __VMVARSGET )
hb_stack.iStatics + hb_parni( 1 ) - 1 );
}
/* NOTE: Temporary name [vszakats] */
#ifdef HB_INCLUDE_WINEXCHANDLER
#include <windows.h>
WINBASEAPI LONG WINAPI UnhandledExceptionFilter( struct _EXCEPTION_POINTERS * ExceptionInfo )
{
PHB_ITEM pBase = hb_stack.pBase;