remove unneeded win16 code

git-svn-id: svn://10.0.0.236/trunk@18986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
1999-01-29 03:08:57 +00:00
parent c5aae001d3
commit f65c64acc8

View File

@@ -38,10 +38,6 @@
static char THIS_FILE[] = __FILE__;
#endif
#ifdef XP_WIN16
#define SIZE_T_MAX 0xFF80 // a little less than 64K, the max alloc size on win16.
#define MAX_ARR_ELEMS SIZE_T_MAX/sizeof(void*)
#endif
/////////////////////////////////////////////////////////////////////////////
XPPtrArray::XPPtrArray()