include: Fix error define in winerror.h.
This commit is contained in:
parent
bc3ae58f1d
commit
b5faada67f
|
@ -139,8 +139,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
|
|||
#define ERROR_SHARING_VIOLATION 32
|
||||
#define ERROR_LOCK_VIOLATION 33
|
||||
#define ERROR_WRONG_DISK 34
|
||||
/* FIXME: 35 gets returned for some unsuccessful DeviceIoControl calls */
|
||||
#define ERROR_UNKNOWN_NAME_01 35
|
||||
#define ERROR_FCB_UNAVAILABLE 35
|
||||
#define ERROR_SHARING_BUFFER_EXCEEDED 36
|
||||
#define ERROR_HANDLE_EOF 38
|
||||
#define ERROR_HANDLE_DISK_FULL 39
|
||||
|
|
Loading…
Reference in New Issue