chiark / gitweb /
windows.c: fix some 64-bit cleanness warnings.
authorSimon Tatham <anakin@pobox.com>
Mon, 19 Apr 2021 17:12:06 +0000 (18:12 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 19 Apr 2021 17:12:06 +0000 (18:12 +0100)
commit7a43cc0ca38de0103f4d1bab7a86387c2c8ed040
tree40f98c83240eafd55b1c70b3e913eb6f5f280151
parent848a160f2ec4f67fe8b9a1caee95e6f5aa3535d7
windows.c: fix some 64-bit cleanness warnings.

These came from Visual Studio, and seem to be real problems - we're
casting pointers to 32-bit integers, which surely only works by luck
of address-space allocation.
windows.c