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:
Viktor Szakats
2009-11-29 04:50:58 +00:00
parent b2878a9d24
commit f0370b5957
3 changed files with 12 additions and 2 deletions

View File

@@ -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.

View File

@@ -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())) );

View File

@@ -728,6 +728,8 @@ HB_FUNC( DLLCALL )
}
}
/* TODO: Add support for UNICODE (*W()) calls. */
HB_FUNC( DLLPREPARECALL )
{
#if ! defined( HB_OS_WIN_CE )