You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INVALID_HANDLE_VALUE is defined in handleapi.h as:
`#define INVALID_HANDLE_VALUE ((HANDLE)(LONG_PTR)-1)`
INVALID_SOCKET is defined in winsock.h as:
`#define INVALID_SOCKET (SOCKET)(~0)`
Add missing generic rights from winnt.h
0 commit comments