2009-09-22 09:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/vm/dynlibhb.c
! Minor typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user