2010-06-25 00:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
+ Added two new abstract types: HB_AREANO, HB_FIELDNO
* src/rdd/wacore.c
* src/rdd/dbcmd.c
* src/rdd/dbcmd53.c
* src/rdd/wafunc.c
+ Using above abstract types as casts to pacify long time
msvc warnings.
+ Using HB_USHORT cast to pacify msvc warnings in hb_rddList()
and hb_rddRegister() (shouldn't these have 'int' parameters?)
* contrib/xhb/xhb.hbp
* Synced with actual file list.
This commit is contained in:
@@ -259,6 +259,8 @@ typedef unsigned int HB_UINT;
|
||||
|
||||
/* Harbour abstract types */
|
||||
/* ...add them here... */
|
||||
#define HB_AREANO HB_USHORT
|
||||
#define HB_FIELDNO HB_USHORT
|
||||
|
||||
/* Convenience */
|
||||
typedef HB_UCHAR HB_BYTE;
|
||||
|
||||
Reference in New Issue
Block a user