2001-12-29 19:44 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-12-29 18:45:02 +00:00
parent 2151a81bed
commit 72a2e3a917
2 changed files with 14 additions and 3 deletions

View File

@@ -8,6 +8,17 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
+ Added function sx_Close()
+ Added function sx_Commit()
+ Added function sx_CreateField()
+ Added function sx_Eof()
+ Added function sx_GetString()
#ifndef HB_OS_WIN_32 to
+ Added function sx_IndexTag()
+ Added function sx_RecNo()
IMPORTANT: For those who get duplicate defines when compiling
Win32 code, the #define HB_OS_WIN_32_USED should be defined
+ Added function sx_Use()
* contrib/apollo/test
* Added functions in a test application.

View File

@@ -78,7 +78,7 @@ typedef SHORTP PSHORT;
typedef USHORT * USHORTP;
typedef USHORTP PUSHORT;
#ifndef HB_OS_WIN_32
#if !(defined(HB_OS_WIN_32) && defined(HB_OS_WIN_32_USED))
typedef unsigned int WORD;
typedef WORD * WORDP;
typedef WORDP PWORD;
@@ -100,7 +100,7 @@ typedef BOOLP PBOOL;
typedef void * NEARP;
typedef NEARP * NEARPP;
#ifndef HB_OS_WIN_32
#if !(defined(HB_OS_WIN_32) && defined(HB_OS_WIN_32_USED))
typedef void * FARP;
typedef FARP * FARPP;
typedef FARP VOIDP;
@@ -125,4 +125,4 @@ typedef FUNCP * FUNCPP;
#define NULL 0
#endif
#endif /* _CLIPDEFS_H */
#endif /* _CLIPDEFS_H */