| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Replace WSABASEERR offset expressions with their computed Winsock error code values. Expressions such as 10000+4, 10000+13, and 10000+1001 have been replaced with their resolved numeric values such as 10004, 10013, and 11001. This change does not alter the resulting enum values or runtime behavior. It is a readability-only update that makes the SocketError constants easier to compare with documented Winsock error codes.
|
@microsoft-github-policy-service agree |
Sorry, something went wrong.
|
Burak Soykan (@bruak) did you see this:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Replace WSABASEERR offset expressions with their computed Winsock error code values. Expressions such as 10000+4, 10000+13, and 10000+1001 have been replaced with their resolved numeric values such as 10004, 10013, and 11001. This change does not alter the resulting enum values or runtime behavior. It is a readability-only update that makes the SocketError constants easier to compare with documented Winsock error codes.
READ BEFORE FILING
This repository is read-only and doesn't accept community pull requests.