Re: GLib and 64-bit Windows
- From: Jake Goulding <goulding vivisimo com>
- To: GTK Devel List <gtk-devel-list gnome org>
- Cc: Tor Lillqvist <tml iki fi>
- Subject: Re: GLib and 64-bit Windows
- Date: Mon, 05 Mar 2007 11:40:21 -0500
Also, I ran into a similar problem with some date functions (gmtime
expects a 64-bit number as time_t is 64-bit)...
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.
Thoughts?
Jake Goulding wrote:
That does leave me with the issue that there are
a bunch of assumptions that
sizeof(long) == sizeof(size_t) == sizeof(void *)
Any suggestions on how best to tackle that issue?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]