2009-09-15 20:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rdd/dbf1.c
    * pacified BCC warning
  * harbour/contrib/hbwin/win_com.c
    ! added missing header #include "hbinit.h"
      Thanks to Enrico for info.
This commit is contained in:
Przemyslaw Czerpak
2009-09-15 18:07:14 +00:00
parent 9c7c77bc85
commit 6aa14fe50c
3 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-15 20:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbf1.c
* pacified BCC warning
* harbour/contrib/hbwin/win_com.c
! added missing header #include "hbinit.h"
Thanks to Enrico for info.
2009-09-15 17:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* tests/menutest.prg
! Deleted COLOR keywords from examples. This seems to be an xhb

View File

@@ -54,6 +54,7 @@
#include "hbapi.h"
#include "hbapierr.h"
#include "hbinit.h"
#include "hbwin.h"
static struct

View File

@@ -5547,7 +5547,7 @@ static HB_ERRCODE hb_dbfRename( LPRDDNODE pRDD, PHB_ITEM pItemTable, PHB_ITEM pI
char szFileNew[ HB_PATH_MAX ];
const char * szFile, * szExt;
PHB_ITEM pFileExt = NULL;
PHB_FNAME pFileName, pFileNameNew = NULL;
PHB_FNAME pFileName, pFileNameNew;
BOOL fTable = FALSE, fResult = FALSE;
HB_TRACE(HB_TR_DEBUG, ("hb_dbfRename(%p,%p,%p,%p,%lu)", pRDD, pItemTable, pItemIndex, pItemNew, ulConnect));