stubs.c
上传用户:lyxiangda
上传日期:2007-01-12
资源大小:3042k
文件大小:0k
源码类别:

CA认证

开发平台:

WINDOWS

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