2010-06-21 22:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbapi.h
* Changed hb_struRefer.value structure member from HB_LONG to
HB_ISIZ, fixing one pending Win64 type mismatch also signaled
by msvc64 warning. The change doesn't modify HB_ITEM size.
Please verify me.
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-06-21 22:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbapi.h
|
||||
* Changed hb_struRefer.value structure member from HB_LONG to
|
||||
HB_ISIZ, fixing one pending Win64 type mismatch also signaled
|
||||
by msvc64 warning. The change doesn't modify HB_ITEM size.
|
||||
Please verify me.
|
||||
|
||||
2010-06-21 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbct/Makefile
|
||||
* contrib/hbct/hbct.hbp
|
||||
|
||||
@@ -355,7 +355,7 @@ struct hb_struRefer
|
||||
struct _HB_ITEM ** *itemsbasePtr; /* local variables */
|
||||
} BasePtr;
|
||||
HB_LONG offset; /* 0 for static variables */
|
||||
HB_LONG value;
|
||||
HB_ISIZ value;
|
||||
};
|
||||
|
||||
struct hb_struEnum
|
||||
|
||||
Reference in New Issue
Block a user