2009-09-22 09:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/vm/dynlibhb.c
    ! Minor typo.
This commit is contained in:
Viktor Szakats
2009-09-22 07:53:16 +00:00
parent 786dc0ec9b
commit 400e03243e
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-22 09:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/dynlibhb.c
! Minor typo.
2009-09-22 09:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbwince.h
* source/common/hbwince.c

View File

@@ -105,7 +105,7 @@ HB_FUNC( HB_LIBLOAD )
{
LPTSTR lpFileName = HB_TCHAR_CONVTO( hb_parc( 1 ) );
hDynLib = ( void * ) LoadLibraryA( lpFileName );
hDynLib = ( void * ) LoadLibrary( lpFileName );
HB_TCHAR_FREE( lpFileName );
}