gecko-dev/security/nss/cmd/zlib/stubs.c
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