Re: GLib and 64-bit Windows



Very unfortunately no. You can use the capital case windows defines, INT_PTR, etc, or ship a version of <stdint.h> to use in VS (http://www.azillionmonkeys.com/qed/pstdint.h ).

- Jonathan

On 3/5/07, Tor Lillqvist <tml iki fi> wrote:
> It's almost like there should be a full-width type, one that is 32 bits
> on a 32-bit platform, and 64 bits on 64-bit.

intptr_t and uintptr_t? Does the current MS compiler have <stdint.h>?

--tml
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]