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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user