aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-02-01 22:10:45 +0100
committerRon Yorston <rmy@pobox.com>2017-07-14 13:47:31 +0100
commitb41c851312876dbf146fb674265b86c72ed611ab (patch)
tree039df84c471a7271495e7c94a095aa14cd8614c2 /win32
parent213b279baaae27a4285eb354f11e3c3b1986d129 (diff)
downloadbusybox-w32-b41c851312876dbf146fb674265b86c72ed611ab.tar.gz
busybox-w32-b41c851312876dbf146fb674265b86c72ed611ab.tar.bz2
busybox-w32-b41c851312876dbf146fb674265b86c72ed611ab.zip
fixdep: fix assumption that `long` is as large as `void *`
It is not. At least not in general. And in particular not on 64-bit Windows, where sizeof(long) == 4. What the code wanted to use is actually called intptr_t. Note: `intptr_t` is a C99 feature. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions