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
This commit is contained in:
Oliver Bolte 2006-07-13 08:58:14 +00:00
parent b6368dd527
commit 4f0f5af41c

View file

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