From 4f0f5af41c5755bda564291283ed1f1e41452543 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 13 Jul 2006 08:58:14 +0000 Subject: [PATCH] INTEGRATION: CWS cowfixes01 (1.3.68); FILE MERGED 2006/03/20 11:06:05 thb 1.3.68.1: #128078# Upped polygon refcount to 32 bit --- tools/inc/poly.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/inc/poly.h b/tools/inc/poly.h index 3fca4e517a44..73fe3f3eacfd 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -4,9 +4,9 @@ * * $RCSfile: poly.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:49:39 $ + * last change: $Author: obo $ $Date: 2006-07-13 09:58:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ public: #endif USHORT mnPoints; - USHORT mnRefCount; + ULONG mnRefCount; }; // --------------- @@ -93,8 +93,8 @@ class ImplPolyPolygon { public: SVPPOLYGON* mpPolyAry; + ULONG mnRefCount; USHORT mnCount; - USHORT mnRefCount; USHORT mnSize; USHORT mnResize;