2009-04-16 21:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbrdddbf.h
* harbour/include/hbrddnsx.h
* harbour/include/hbdbsort.h
* harbour/include/hbrddcdx.h
* harbour/include/hbrddfpt.h
* harbour/include/hbrddntx.h
* harbour/source/rdd/dbf1.c
* simplified some internal DBFRDD macros/declaration
This commit is contained in:
@@ -8,6 +8,16 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-04-16 21:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbrdddbf.h
|
||||
* harbour/include/hbrddnsx.h
|
||||
* harbour/include/hbdbsort.h
|
||||
* harbour/include/hbrddcdx.h
|
||||
* harbour/include/hbrddfpt.h
|
||||
* harbour/include/hbrddntx.h
|
||||
* harbour/source/rdd/dbf1.c
|
||||
* simplified some internal DBFRDD macros/declaration
|
||||
|
||||
2009-04-16 17:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/garbage.c
|
||||
+ added optional support for automatic GC activation.
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
#ifndef HB_DBSORT_H_
|
||||
#define HB_DBSORT_H_
|
||||
|
||||
#define HB_EXTERNAL_RDDDBF_USE
|
||||
#include "hbrdddbf.h"
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
@@ -53,9 +53,6 @@
|
||||
#ifndef HB_RDDCDX_H_
|
||||
#define HB_RDDCDX_H_
|
||||
|
||||
#include "hbapirdd.h"
|
||||
#include "hbdbferr.h"
|
||||
#define HB_EXTERNAL_RDDDBF_USE
|
||||
#include "hbrdddbf.h"
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
@@ -250,7 +250,7 @@ typedef DBFAREA * LPDBFAREA;
|
||||
#define DBFAREAP LPDBFAREA
|
||||
#endif
|
||||
|
||||
#ifndef HB_EXTERNAL_RDDDBF_USE
|
||||
#ifdef _HB_RDDDBF_INTERNAL_
|
||||
|
||||
/*
|
||||
* -- DBF METHODS --
|
||||
@@ -361,7 +361,7 @@ static HB_ERRCODE hb_dbfRddInfo( LPRDDNODE pRDD, USHORT uiIndex, ULONG ulConnect
|
||||
|
||||
#define hb_dbfWhoCares NULL
|
||||
|
||||
#endif /* HB_EXTERNAL_RDDDBF_USE */
|
||||
#endif /* _HB_RDDDBF_INTERNAL_ */
|
||||
|
||||
extern HB_EXPORT ULONG hb_dbfGetMemoBlock( DBFAREAP pArea, USHORT uiIndex );
|
||||
extern HB_EXPORT void hb_dbfPutMemoBlock( DBFAREAP pArea, USHORT uiIndex,
|
||||
|
||||
@@ -53,10 +53,6 @@
|
||||
#ifndef HB_RDDFPT_H_
|
||||
#define HB_RDDFPT_H_
|
||||
|
||||
#include "hbdbf.h"
|
||||
#include "hbdbferr.h"
|
||||
#include "hbapirdd.h"
|
||||
#define HB_EXTERNAL_RDDDBF_USE
|
||||
#include "hbrdddbf.h"
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
@@ -176,7 +176,6 @@ LEAF KEY COMPRESSION:
|
||||
#ifndef HB_RDDNSX_H_
|
||||
#define HB_RDDNSX_H_
|
||||
|
||||
#define HB_EXTERNAL_RDDDBF_USE
|
||||
#include "hbrdddbf.h"
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
@@ -53,9 +53,6 @@
|
||||
#ifndef HB_RDDNTX_H_
|
||||
#define HB_RDDNTX_H_
|
||||
|
||||
#include "hbapirdd.h"
|
||||
#include "hbdbferr.h"
|
||||
#define HB_EXTERNAL_RDDDBF_USE
|
||||
#include "hbrdddbf.h"
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
@@ -52,20 +52,19 @@
|
||||
|
||||
#define HB_TRIGVAR_BYREF
|
||||
|
||||
#include "hbapi.h"
|
||||
#include "hbinit.h"
|
||||
#include "hbvm.h"
|
||||
#include "hbapiitm.h"
|
||||
#define _HB_RDDDBF_INTERNAL_
|
||||
|
||||
#include "hbrdddbf.h"
|
||||
#include "hbdbf.h"
|
||||
#include "hbdbsort.h"
|
||||
#include "hbapiitm.h"
|
||||
#include "hbapierr.h"
|
||||
#include "hbapilng.h"
|
||||
#include "hbset.h"
|
||||
#include "hbdate.h"
|
||||
#include "hbmath.h"
|
||||
#include "hbdbsort.h"
|
||||
#include "hbsxfunc.h"
|
||||
#include "hbstack.h"
|
||||
#include "hbvm.h"
|
||||
#include "error.ch"
|
||||
#include "rddsys.ch"
|
||||
#include "hbsxdef.ch"
|
||||
|
||||
Reference in New Issue
Block a user