This commit is contained in:
bienvenu%netscape.com 1999-01-29 03:08:57 +00:00
Родитель 00b983125f
Коммит 4cfcf1aef1
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

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