diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ab6f6909c7..d114803731 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-20 18:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/include/hbapicdp.h + + added missing declaration of hb_fsNameConvU16() + 2012-03-20 18:40 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbwinuni.h + added HB_FSNAMECONV() macro - it's automatically redirected to diff --git a/harbour/include/hbapicdp.h b/harbour/include/hbapicdp.h index a48cc2bdae..dc4da83320 100644 --- a/harbour/include/hbapicdp.h +++ b/harbour/include/hbapicdp.h @@ -448,6 +448,10 @@ extern HB_EXPORT HB_BOOL hb_cdpUTF8ToU16NextChar( HB_UCHAR ucChar, int * n, extern HB_EXPORT PHB_ITEM hb_itemDeserializeCP( const char ** pBufferPtr, HB_SIZE * pnSize, PHB_CODEPAGE cdpIn, PHB_CODEPAGE cdpOut ); extern HB_EXPORT char * hb_itemSerializeCP( PHB_ITEM pItem, HB_BOOL fNumSize, PHB_CODEPAGE cdpIn, PHB_CODEPAGE cdpOut, HB_SIZE * pnSize ); +#if defined( HB_OS_WIN ) +extern HB_EXPORT HB_WCHAR * hb_fsNameConvU16( const char * szFileName ); +#endif + HB_EXTERN_END #endif /* HB_APICDP_H_ */