2009-07-02 02:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/maindllp.c
    ! fixed unapdated hb_parvds() redirection
This commit is contained in:
Przemyslaw Czerpak
2009-07-02 00:29:59 +00:00
parent 9220ae716c
commit fa50b1ccc3
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-02 02:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/maindllp.c
! fixed unapdated hb_parvds() redirection
2009-07-02 01:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapi.h
* harbour/source/vm/extend.c

View File

@@ -383,7 +383,7 @@ ULONG hb_parvcsiz( int iParam, ... )/* retrieve a by-reference string parameter
return 0;
}
char * hb_parvds( int iParam, ... ) /* retrieve a date as a string yyyymmdd */
const char * hb_parvds( int iParam, ... ) /* retrieve a date as a string yyyymmdd */
{
FARPROC pParDs = GetProcAddress( GetModuleHandle( NULL ), HBTEXT( "_hb_parvds" ) );
FARPROC pExtIsArray = GetProcAddress( GetModuleHandle( NULL ), HBTEXT( "_hb_extIsArray" ) );