2009-02-25 16:27 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>

* contrib/hbbmcdx/hbbmcdx.h
    ! updated to current rdd subsystem.
This commit is contained in:
Miguel Angel Marchuet Frutos
2009-02-25 15:22:40 +00:00
parent f32aaab55f
commit d121797e91
2 changed files with 6 additions and 1 deletions

View File

@@ -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 <miguelangel@marchuet.net>
* 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.

View File

@@ -7,7 +7,7 @@
*
* Copyright 1999 Bruno Cantero <bruno@issnet.net>
* Copyright 2003 Przemyslaw Czerpak <druzus@acn.waw.pl>
* Copyright 2006-2008 Miguel Angel Marchuet <miguelangel@marchuet.net>
* Copyright 2006-2009 Miguel Angel Marchuet <miguelangel@marchuet.net>
* 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 */