[physfs] lzma.c msvc, etc. patch

Sean Ridenour kewlpc at gmail.com
Sat Feb 2 02:03:03 EST 2008


Isn't casting a void pointer to an unsigned long going to create 64-bit
portability problems? From what I understand, even on 64-bit x86 CPUs a long
is only 32 bits wide, whereas a void pointer will be 64 bits. If true,
there'll be data loss casting a void pointer to an unsigned long.

-Sean Ridenour

On Feb 1, 2008 7:30 PM, Ryan C. Gordon <icculus at icculus.org> wrote:

>
> > I came across a few bugs compiling PhysFS with msvc9 - I've created a
> > patch which seems to fix them:
>
> This is now svn revision #928, thanks!
>
> --ryan.
>
>
> ---
> To unsubscribe, send a blank email to physfs-unsubscribe at icculus.org
> Mailing list archives: http://icculus.org/cgi-bin/ezmlm/ezmlm-cgi?4
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/physfs/attachments/20080202/bc23cc54/attachment.htm>


More information about the physfs mailing list