Change the undef NETSCAPE to MOZILLA_CLIENT to fix Win and Mac.

This commit is contained in:
briano%netscape.com 1999-08-26 01:23:10 +00:00
parent 7dffabf8b6
commit 0546a72da3

View File

@ -44,7 +44,7 @@
#include "windows.h"
#endif
#include "zipstub.h"
#undef NETSCAPE // undoes prtypes damage in zlib.h
#undef MOZILLA_CLIENT // undoes prtypes damage in zlib.h
#define ZFILE_CREATE "wb"
#define READTYPE PRUint32
#endif /* STANDALONE */