ChangeLog 2000-11-23 19:50 UTC+0100

This commit is contained in:
Ryszard Glab
2000-11-23 18:42:13 +00:00
parent cf7e118180
commit ff0b3c4f59
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2000-11-23 19:50 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
*source/rdd/dbfcdx/dbfcdx1.h
*added forward declaration of _CDXTAG structure to compile
in some C++ compilers (Watcom C++)
2000-11-23 10:00 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/rtl/idle.c
* source/rtl/inkey.c

View File

@@ -76,6 +76,8 @@ typedef struct _KEYINFO
} KEYINFO;
typedef KEYINFO * LPKEYINFO;
struct _CDXTAG; /* forward declaration */
typedef struct HB_PAGEINFO_STRU
{
LONG Page;
@@ -143,7 +145,6 @@ typedef struct
typedef SORTDATA * LPSORTDATA;
typedef struct
{
LONG WordCount;