fix mozilla build: for some reason, the XP strings (yep, allxpstr.h) are declared and allocated in that file.

This commit is contained in:
pierre%netscape.com 1998-10-06 05:01:55 +00:00
Родитель 62e5cd2f8f
Коммит 8e373baa45
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -27,9 +27,11 @@
#include "cvunzip.h"
/* BEGIN NEW_STRING_LIB */
/*#ifdef XP_MAC
#ifdef XP_MAC
#ifndef MOZ_NGLAYOUT
#include "allxpstr.h"
#endif*/
#endif
#endif
/* END NEW_STRING_LIB */
#ifdef MOZILLA_CLIENT