From 4a57af0fc7d7807fd72cfa2850a207fb07c2b0a1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 21 Jun 2010 20:12:56 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 7 +++++++ harbour/include/hbapi.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 13e9e76977..a55fd11060 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/include/hbapi.h b/harbour/include/hbapi.h index 85c450a1cf..e7384f6af5 100644 --- a/harbour/include/hbapi.h +++ b/harbour/include/hbapi.h @@ -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