From cc8e4e3ee73701b78311512bef36ff4735e2348a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 7 Feb 2000 15:36:27 +0000 Subject: [PATCH] 20000207-12:22 GMT+1 Victor Szakats --- harbour/ChangeLog | 2 ++ harbour/source/rtl/console.c | 6 +++--- harbour/source/rtl/harbinit.prg | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 20634e0672..2fa7c71e95 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,8 @@ * Mouse coordinate variables renamed and exported. * MCOL()/MROW() in mousewin.c modified to use the exported coordinate variables. + * MPRESENT() now always returns .T. for Win32, which is not correct, but + better than .F. 20000207-12:22 GMT+1 Victor Szakats * source/rtl/math.c diff --git a/harbour/source/rtl/console.c b/harbour/source/rtl/console.c index 5f2d2ad98d..d5a6d1199f 100644 --- a/harbour/source/rtl/console.c +++ b/harbour/source/rtl/console.c @@ -47,7 +47,7 @@ * hb_outstd(), HB_OUTSTD(), HB_PCOL(), HB_PROW(), hb_setpos(), * HB_SETPOS(), HB_SETPRC(), HB_SCROLL(), and hb_consoleInitialize() * - * Copyright 1999 Victor Szel + * Copyright 1999 Victor Szakats * hb_consoleGetNewLine() * HB_DISPOUTAT() * HB_SETPOSBS() @@ -1155,8 +1155,8 @@ HARBOUR HB___ACCEPTSTR( void ) } /* ------------------------------------------------- */ -/* Copyright (C) 1999 Victor Szel */ -/* ------------------------------------------------- */ +/* Copyright (C) 1999-2000 Victor Szakats */ +/* --------------------------------------------------------- */ /* $DOC$ * $FUNCNAME$ diff --git a/harbour/source/rtl/harbinit.prg b/harbour/source/rtl/harbinit.prg index 05e60cbbc2..f1697a5e61 100644 --- a/harbour/source/rtl/harbinit.prg +++ b/harbour/source/rtl/harbinit.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * Main Harbour initialization functions CLIPINIT() * - * Copyright 1999 Victor Szel + * Copyright 1999 Victor Szakats * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify