2010-01-05 03:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbapicdp.h
* removed unused in current code HB_CODEPAGE_INIT() macro
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-01-05 03:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbapicdp.h
|
||||
* removed unused in current code HB_CODEPAGE_INIT() macro
|
||||
|
||||
2010-01-04 16:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbide/hbide.ch
|
||||
* contrib/hbide/hbide.prg
|
||||
|
||||
@@ -69,10 +69,6 @@ HB_EXTERN_BEGIN
|
||||
#define HB_CODEPAGE_ANNOUNCE( id ) HB_CODEPAGE_ANNOUNCE_( id )
|
||||
#define HB_CODEPAGE_ANNOUNCE_( id ) HB_FUNC( HB_CODEPAGE_##id ) {}
|
||||
|
||||
#define HB_CODEPAGE_INIT( id ) HB_CODEPAGE_ANNOUNCE( id ) \
|
||||
HB_CALL_ON_STARTUP_BEGIN( hb_codepage_Init_##id ) \
|
||||
hb_cdpRegister( &s_codepage ); \
|
||||
HB_CALL_ON_STARTUP_END( hb_codepage_Init_##id )
|
||||
|
||||
#if defined( HB_OS_WIN )
|
||||
typedef wchar_t HB_WCHAR;
|
||||
|
||||
Reference in New Issue
Block a user