WSAEVENT is a pointer, so we cannot simply return the different of two
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 23 Jan 2018 22:57:58 +0000 (15:57 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 23 Jan 2018 22:57:58 +0000 (15:57 -0700)
commit5ec513ec0ffc735e30c559a03378659ba4cc4515
tree81585a1fcf313328c064517ab180e6e5596ee432
parent92d66492e0824674f68d26e787dd1ba4444a4601
WSAEVENT is a pointer, so we cannot simply return the different of two
events in io_compare(), which returns an int.  This can return the wrong
result for 64-bit executables.
src/event.c