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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
#include "hbvm.h"
|
||||
|
||||
#if defined( __XCC__ ) || defined( __LCC__ )
|
||||
# include "..\hbrddsql.h"
|
||||
# include "hbrddsql.h"
|
||||
#else
|
||||
# include "../hbrddsql.h"
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user