2009-11-29 05:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmisc/spd.c
! Fixed commenting in prev commit.
* contrib/hbwin/win_dll.c
+ Added TODO to add support for UNICODE version of dll
functions.
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-29 05:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmisc/spd.c
|
||||
! Fixed commenting in prev commit.
|
||||
|
||||
* contrib/hbwin/win_dll.c
|
||||
+ Added TODO to add support for UNICODE version of dll
|
||||
functions.
|
||||
|
||||
2009-11-29 00:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbtip/popcli.prg
|
||||
* Formatting synced with file + minor adjustments.
|
||||
|
||||
@@ -377,7 +377,7 @@ HB_FUNC( SQL_SPRINTF )
|
||||
if( f != s ) cIntMod[f++] = '\0'; /* Date & Time */
|
||||
}
|
||||
|
||||
/*
|
||||
#if 0
|
||||
if( HB_IS_DATETIME( pItmPar ) ){
|
||||
hb_datetimeFormat( hb_itemGetDTS( pItmPar, cDTBuf ), cDTFrm,
|
||||
(s ? cIntMod : (IsType ? "YYYY-MM-DD" : hb_setGetDateFormat())),
|
||||
@@ -390,7 +390,7 @@ HB_FUNC( SQL_SPRINTF )
|
||||
}
|
||||
}
|
||||
} else
|
||||
*/
|
||||
#endif
|
||||
hb_dateFormat( hb_itemGetDS( pItmPar, cDTBuf ), cDTFrm,
|
||||
(s ? cIntMod : (IsType ? "YYYY-MM-DD" : hb_setGetDateFormat())) );
|
||||
|
||||
|
||||
@@ -728,6 +728,8 @@ HB_FUNC( DLLCALL )
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: Add support for UNICODE (*W()) calls. */
|
||||
|
||||
HB_FUNC( DLLPREPARECALL )
|
||||
{
|
||||
#if ! defined( HB_OS_WIN_CE )
|
||||
|
||||
Reference in New Issue
Block a user