diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c4a19cbe35..ca11e1a68f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-25 16:27 UTC+0100 Miguel Angel Marchuet + * contrib/hbbmcdx/hbbmcdx.h + ! updated to current rdd subsystem. + 2009-02-25 15:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/win/msvcce.cf ! Typo corrected in prev modif after testing feedback. diff --git a/harbour/contrib/hbbmcdx/hbbmcdx.h b/harbour/contrib/hbbmcdx/hbbmcdx.h index 59d3cd5cb7..0c10765e39 100644 --- a/harbour/contrib/hbbmcdx/hbbmcdx.h +++ b/harbour/contrib/hbbmcdx/hbbmcdx.h @@ -7,7 +7,7 @@ * * Copyright 1999 Bruno Cantero * Copyright 2003 Przemyslaw Czerpak - * Copyright 2006-2008 Miguel Angel Marchuet + * Copyright 2006-2009 Miguel Angel Marchuet * www - http://www.xharbour.org * * This program is free software; you can redistribute it and/or modify @@ -509,6 +509,7 @@ typedef struct _CDXAREA BOOL fMemoFlush; /* data was written to MEMO and not commited */ BOOL fShared; /* Shared file */ BOOL fReadonly; /* Read only file */ + BOOL fTemporary; /* Temporary file */ BOOL fValidBuffer; /* State of buffer */ BOOL fPositioned; /* Positioned record */ BOOL fRecordChanged; /* Record changed */