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:
@@ -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
|
||||
|
||||
@@ -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" ) );
|
||||
|
||||
Reference in New Issue
Block a user