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.
This commit is contained in:
Viktor Szakats
2010-03-12 19:31:06 +00:00
parent 301c5487dc
commit d409e83286
2 changed files with 7 additions and 0 deletions

View File

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

View File

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