The MASM Forum

Projects => MASM32 => WINDOWS.INC Project => Topic started by: minor28 on November 18, 2019, 11:45:19 PM

Title: WSA_IO_PENDING
Post by: minor28 on November 18, 2019, 11:45:19 PM
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.