Re: [Autogen-users] missing
Brought to you by:
bkorb
From: Bruce K. <bk...@gn...> - 2009-10-14 16:26:34
|
On Tue, Oct 13, 2009 at 5:52 PM, Eric Blake <eb...@by...> wrote: >> then the backup is "unsigned long". If a pointer is >> not matching a long in size, there is a terrible lot of >> code that will break. > > But on Windows 64 bit platforms, that is exactly the case (64-bit > pointers, 32-bit long). Hmmm. Well, I haven't done any development on windows since Windows 3.1. I read that misstatement and believed it because it was consistent with the memory models I've seen on UNIXy platforms. Windows does seem to go out of its way to be peculiar. That will just make the tweaking of the installed options.h header a tiny bit more complicated. Oh, well. Thanks. |