2001-12-29 19:44 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user