2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Ops forgot to switch macro to Chr( 10 ) from hb_osNewLine().
This commit is contained in:
Viktor Szakats
2009-12-01 02:00:44 +00:00
parent 8894b31dd0
commit 2ea432aed1
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Ops forgot to switch macro to Chr( 10 ) from hb_osNewLine().
2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Setting std and err output handles to text mode as an attempt

View File

@@ -232,7 +232,7 @@ REQUEST hbmk_KEYW
#define LEFTEQUAL( l, r ) ( l = r ) /* NOTE: This requires Set( _SET_EXACT, .F. ) */
#define _OUT_EOL hb_osNewLine()
#define _OUT_EOL Chr( 10 )
#define _HBMK_lQuiet 1
#define _HBMK_lInfo 2