From f0370b595730d2c0553fa802ba74e81e0642be0a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 29 Nov 2009 04:50:58 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbmisc/spd.c | 4 ++-- harbour/contrib/hbwin/win_dll.c | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dcea28fca7..44097c196a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/hbmisc/spd.c b/harbour/contrib/hbmisc/spd.c index 886faaaa00..09314d6d93 100644 --- a/harbour/contrib/hbmisc/spd.c +++ b/harbour/contrib/hbmisc/spd.c @@ -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())) ); diff --git a/harbour/contrib/hbwin/win_dll.c b/harbour/contrib/hbwin/win_dll.c index 34563cf490..3bbe1e9034 100644 --- a/harbour/contrib/hbwin/win_dll.c +++ b/harbour/contrib/hbwin/win_dll.c @@ -728,6 +728,8 @@ HB_FUNC( DLLCALL ) } } +/* TODO: Add support for UNICODE (*W()) calls. */ + HB_FUNC( DLLPREPARECALL ) { #if ! defined( HB_OS_WIN_CE )