The current zone allocator code does not compile under DCE threads on HP-UX

10.x.
This commit is contained in:
wtc%netscape.com 2002-01-24 19:20:47 +00:00
Родитель a7e8646371
Коммит 79e184e520
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1805,7 +1805,7 @@ extern PRFileDesc *_pr_stderr;
** and functions with macros that expand to the native thread
** types and functions on each platform.
*/
#if defined(_PR_PTHREADS)
#if defined(_PR_PTHREADS) && !defined(_PR_DCETHREADS)
#define _PR_ZONE_ALLOCATOR
#endif