Closed GoogleCodeExporter closed 8 years ago
Note that the issue here is that the system stdint.h on Windows (vs2010 / 1600
and later) uses 'typedef int uint32_t;'. These both 'work' since on Windows
'int' and 'long' are both 32 bits. Note that pstdint.h has the same issue in
that it attempts to always use the 'longest' possible type which will work. I
have attached a proposed patch to fix these issues.
Original comment by bunge...@chromium.org
on 15 Oct 2013 at 10:31
Attachments:
Note: This was done at r151 (thanks!), so this issue can presumably be marked
as fixed.
Original comment by vtl@google.com
on 7 Jan 2014 at 6:32
Great.
Original comment by Slav...@gmail.com
on 7 Jan 2014 at 7:25
Original comment by tanj...@gmail.com
on 14 Jan 2014 at 3:13
Original issue reported on code.google.com by
Slav...@gmail.com
on 20 Dec 2012 at 10:03