Revert to only #include "allxpstr.h" for Mac.

This commit is contained in:
rjc%netscape.com 1998-10-03 00:37:49 +00:00
Родитель d6a6f02d53
Коммит 38f2887b68
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -32,7 +32,9 @@
#include "rdfparse.h"
#include "remstore.h"
#include "ht.h"
#ifdef XP_MAC
#include "allxpstr.h"
#endif
/* globals */
HT_Icon urlList = NULL;