2009-10-06 03:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/win_misc.c
    + Added TODO (hb_osEncodeCP()).
This commit is contained in:
Viktor Szakats
2009-10-06 01:29:00 +00:00
parent 321f783bd0
commit 27e26b6d4b
2 changed files with 6 additions and 0 deletions

View File

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

View File

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