2009-11-19 13:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rdd/dbfcdx/dbfcdx1.c
    ! minor typo in comment

  * harbour/contrib/rddsql/sddmy/mysqldd.c
  * harbour/contrib/rddsql/sddpg/pgsqldd.c
  * harbour/contrib/rddsql/sddfb/fbirddd.c
  * harbour/contrib/rddsql/sddodbc/odbcdd.c
    ! small fix for include dirs in XCC builds
This commit is contained in:
Przemyslaw Czerpak
2009-11-19 12:34:57 +00:00
parent 38edfc0a52
commit bdc2357f35
6 changed files with 15 additions and 5 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-19 13:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rdd/dbfcdx/dbfcdx1.c
! minor typo in comment
* harbour/contrib/rddsql/sddmy/mysqldd.c
* harbour/contrib/rddsql/sddpg/pgsqldd.c
* harbour/contrib/rddsql/sddfb/fbirddd.c
* harbour/contrib/rddsql/sddodbc/odbcdd.c
! small fix for include dirs in XCC builds
2009-11-19 11:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/gtqtc/Makefile
* contrib/gtqtc/gtqtcs/Makefile

View File

@@ -60,7 +60,7 @@
#include "hbapiitm.h"
#include "hbvm.h"
#if defined( __XCC__ ) || defined( __LCC__ )
# include "..\hbrddsql.h"
# include "hbrddsql.h"
#else
# include "../hbrddsql.h"
#endif

View File

@@ -54,7 +54,7 @@
#include "hbapiitm.h"
#include "hbvm.h"
#if defined( __XCC__ ) || defined( __LCC__ )
# include "..\hbrddsql.h"
# include "hbrddsql.h"
#else
# include "../hbrddsql.h"
#endif

View File

@@ -57,7 +57,7 @@
#include "hbvm.h"
#if defined( __XCC__ ) || defined( __LCC__ )
# include "..\hbrddsql.h"
# include "hbrddsql.h"
#else
# include "../hbrddsql.h"
#endif

View File

@@ -54,7 +54,7 @@
#include "hbapiitm.h"
#include "hbvm.h"
#if defined( __XCC__ ) || defined( __LCC__ )
# include "..\hbrddsql.h"
# include "hbrddsql.h"
#else
# include "../hbrddsql.h"
#endif

View File

@@ -84,7 +84,7 @@
#include "hbapicdp.h"
/*
* Tag->fRePos = TURE means that rootPage->...->childLeafPage path is
* Tag->fRePos = TRUE means that rootPage->...->childLeafPage path is
* bad and has to be reloaded
* CurKey->rec == 0 means that there is no correct CurKey
*/