2002-03-28 15:57 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
* libnf/poke.c
|
||||
! All include file names must be lower case for Un*x type systems.
|
||||
|
||||
2002-03-29 13:15 UTC-0500 David G. Holm <dholm@jsd-llc.com>
|
||||
* contrib/Makefile
|
||||
+ Added libnf and samples to all build paths.
|
||||
+ contrib/libnf/Makefile
|
||||
+ Added GNU make Makefile for nanforum library, but had to list
|
||||
ontick.c, peek.c, and poke.c under BAD_C_SOURCES, because the
|
||||
cpmi.h include file is missing.
|
||||
|
||||
@@ -100,10 +100,10 @@ struct _NTXINDEX;
|
||||
|
||||
typedef struct _KEYINFO
|
||||
{
|
||||
PHB_ITEM pItem;
|
||||
// PHB_ITEM pItem;
|
||||
LONG Tag;
|
||||
LONG Xtra;
|
||||
// struct _KEYINFO * pNext;
|
||||
char key[ 1 ]; /* value of key */
|
||||
} KEYINFO;
|
||||
|
||||
typedef KEYINFO * LPKEYINFO;
|
||||
@@ -116,9 +116,10 @@ typedef struct HB_PAGEINFO_STRU
|
||||
BOOL NewRoot;
|
||||
BOOL lBusy;
|
||||
BYTE PageType;
|
||||
LPKEYINFO pKeys;
|
||||
// LPKEYINFO pKeys;
|
||||
USHORT uiKeys;
|
||||
SHORT CurKey;
|
||||
char* buffer;
|
||||
struct HB_PAGEINFO_STRU * pPrev;
|
||||
struct HB_PAGEINFO_STRU * pNext;
|
||||
struct _TAGINFO * TagParent;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user