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:
Viktor Szakats
2010-06-21 20:12:56 +00:00
parent 17f8549d8f
commit 4a57af0fc7
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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