cosmopolitan/libc/nt/enum/wsa.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
479 B
C
Raw Normal View History

#ifndef COSMOPOLITAN_LIBC_NT_ENUM_WSA_H_
#define COSMOPOLITAN_LIBC_NT_ENUM_WSA_H_
#include "libc/nt/errors.h"
#define kNtWsaInvalidHandle kNtErrorInvalidHandle
#define kNtWsaNotEnoughMemory kNtErrorNotEnoughMemory
#define kNtWsaInvalidParameter kNtErrorInvalidParameter
#define kNtWsaIoPending kNtErrorIoPending
#define kNtWsaIoIncomplete kNtErrorIoIncomplete
#define kNtWsaOperationAborted kNtErrorOperationAborted
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_WSA_H_ */