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:
Viktor Szakats
2006-02-07 17:18:55 +00:00
parent eb090812f3
commit 7718b7b7db
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 );