This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PID cmdline argument should be whole from digits [+testcase]


> Date: Mon, 15 Feb 2010 16:52:03 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
>
> > Note that DWORD is always 32-bit, even on 64-bit Windows.
> 
> OK, did not expect, "DWORD" looked large.

Microsoft still lives in the dark ages of 16-bit computing ;).

Even on 64-bit Windows 'long' is only 32 bits.  That alone is enough
for me to not care about supporting Windows.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]