2006-02-07 18:20 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
* source/vm/mainwin.c
! Fixed previous commit.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* fixed <-x-> match marker
|
||||
2006-02-07 18:20 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
|
||||
* source/vm/mainwin.c
|
||||
! Fixed previous commit.
|
||||
|
||||
2006-02-07 12:20 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
|
||||
* makefile.bc
|
||||
+ Updated for latest changes.
|
||||
|
||||
@@ -73,6 +73,8 @@ int WINAPI WinMain( HINSTANCE hInstance, /* handle to current instance */
|
||||
LONG WINAPI hb_UnhandledExceptionFilter( struct _EXCEPTION_POINTERS * ExceptionInfo );
|
||||
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER ef = SetUnhandledExceptionFilter( hb_UnhandledExceptionFilter );
|
||||
|
||||
HB_SYMBOL_UNUSED( ef );
|
||||
#endif
|
||||
|
||||
LPSTR pArgs = ( LPSTR ) LocalAlloc( LMEM_FIXED, strlen( lpCmdLine ) + 1 ), pArg = pArgs;
|
||||
@@ -84,7 +86,6 @@ int WINAPI WinMain( HINSTANCE hInstance, /* handle to current instance */
|
||||
|
||||
HB_SYMBOL_UNUSED( hPrevInstance );
|
||||
HB_SYMBOL_UNUSED( iCmdShow );
|
||||
HB_SYMBOL_UNUSED( ef );
|
||||
|
||||
hb_hInstance = hInstance;
|
||||
GetModuleFileName( hInstance, szAppName, 249 );
|
||||
|
||||
Reference in New Issue
Block a user