diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 74a9b92628..a60373f84a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-12 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/common/hbverdsp.c + + Show '(UNICODE)' in built options for UNICODE builds. + 2010-03-12 15:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/filesys.c ! Fixed non-UNICODE code after recent get/set drive changes. diff --git a/harbour/src/common/hbverdsp.c b/harbour/src/common/hbverdsp.c index 3406e987cb..dcf11740a6 100644 --- a/harbour/src/common/hbverdsp.c +++ b/harbour/src/common/hbverdsp.c @@ -159,6 +159,9 @@ void hb_verBuildInfo( void ) #endif #if defined( HB_CLP_STRICT ) hb_conOutErr( "(Clipper 5.x strict) ", 0 ); +#endif +#if defined( HB_OS_WIN ) && defined( UNICODE ) + hb_conOutErr( "(UNICODE) ", 0 ); #endif hb_conOutErr( hb_conNewLine(), 0 );