<font size="2"><font face="tahoma,sans-serif">Hi all;</font></font><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">While trying to compile Android SDK I got a warning saying that "implicit decleration of gzopen64 function" , I check the zlib.h and I believe there is a typo; zlib.h line 1581 says</font></font></div>

<div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">#  ifdef _LARGEFILE64_SOURCE
<br>     ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));</font></font></div><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">This looks wrong because when  </font></font><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">_LARGEFILE64_SOURCE is defined all I/O functions are 64bit. I believe the correct code should be </span></div>

<div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; "><br></span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">#  ifndef _LARGEFILE64_SOURCE
<br>     ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));</span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; "><br></span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">ifdef->ifndef</span></div>

<div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; "><br></span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">Any ideas?</span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; "><br>

</span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">Regards,</span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; ">ismail</span></div><div><span class="Apple-style-span" style="font-family: tahoma, sans-serif; "> </span></div>