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:
@@ -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
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
|
||||
#include "hbapi.h"
|
||||
#include "hbapierr.h"
|
||||
#include "hbinit.h"
|
||||
#include "hbwin.h"
|
||||
|
||||
static struct
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user