relyea%netscape.com a4d4d45374 Initial NSS Open Source checkin
git-svn-id: svn://10.0.0.236/trunk@64788 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-31 20:13:40 +00:00

18 lines
419 B
C

/*
!!! WARNING: If you add files here, be sure to:
1. add them to the Metrowerks project
2. edit Makefile and makefile.win to add a dependency on the .c file
*/
/* XXX Mac */
#ifndef XP_MAC
#include "_stubs/java_util_zip_Adler32.c"
#include "_stubs/java_util_zip_CRC32.c"
#include "_stubs/java_util_zip_Deflater.c"
#include "_stubs/java_util_zip_Inflater.c"
PR_PUBLIC_API(void) _java_zlib_init(void) { }
#endif