From: Todd C. Miller Date: Tue, 23 Jan 2018 22:57:58 +0000 (-0700) Subject: WSAEVENT is a pointer, so we cannot simply return the different of two X-Git-Tag: release-1.1pre16~29 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=5ec513ec0ffc735e30c559a03378659ba4cc4515;hp=5ec513ec0ffc735e30c559a03378659ba4cc4515;p=tinc 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. ---