2001-08-13 23:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-08-13 19:16:50 +00:00
parent 2bf4f5843e
commit a0d25ebc80
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-08-13 23:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/vm/mainwin.c
* added hInstance assignment to hb_hInstance
2001-08-11 22:45 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
* include/hbextern.ch
* removed extern declaration for ALTD() function

View File

@@ -78,6 +78,7 @@ int WINAPI WinMain( HINSTANCE hInstance, /* handle to current instance */
HB_SYMBOL_UNUSED( hPrevInstance );
HB_SYMBOL_UNUSED( iCmdShow );
hb_hInstance = hInstance;
GetModuleFileName( hInstance, szAppName, 249 );
argv[ 0 ] = szAppName;