Commits
Stefano Picerno committed 4c9d9301b0f
Workaround for Windows limit in su_wait Windows has a 64 descriptor limit in WSAWaitForMultipleEvents system call. Implemented some custom login in su_wait to work around this limitation. Changed SU_WAIT_MAX from 64 to 0x7fffffff, like on other plaftorms.