News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

WSA_IO_PENDING

Started by minor28, November 18, 2019, 11:45:19 PM

Previous topic - Next topic

minor28

Hi hutch,
I found that WSA_IO_PENDING in windows.inc is equal to WSAEWOULDBLOCK = 10035. That is not correct.

WSA_IO_PENDING is equal to ERROR_IO_PENDING = 997.