From 27e26b6d4b4af74bfcd0c506f820ebb89f1b5ed8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 6 Oct 2009 01:29:00 +0000 Subject: [PATCH] 2009-10-06 03:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_misc.c + Added TODO (hb_osEncodeCP()). --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/win_misc.c | 2 ++ 2 files changed, 6 insertions(+) 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;