diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 28fa86d1e3..52961b77ef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-10-06 03:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/win_misc.c + + Added TODO (hb_osEncodeCP()). + 2009-10-06 02:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * config/global.mk diff --git a/harbour/contrib/hbwin/win_misc.c b/harbour/contrib/hbwin/win_misc.c index a1ffc38464..6039ce7d54 100644 --- a/harbour/contrib/hbwin/win_misc.c +++ b/harbour/contrib/hbwin/win_misc.c @@ -69,6 +69,8 @@ #define QS_ALLPOSTMESSAGE 0x0100 #endif +/* TODO: Add hb_osEncodeCP(). */ + HB_FUNC( WIN_RUNDETACHED ) { LPTSTR lpCommandName = HB_ISCHAR( 1 ) ? HB_TCHAR_CONVTO( hb_parc( 1 ) ) : NULL;