Commit a2eb86bb authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added an unknown VxD error code.

parent 85b7e1a0
......@@ -90,6 +90,8 @@ extern int WIN32_LastError;
#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_SHARING_BUFFER_EXCEEDED 36
#define ERROR_HANDLE_EOF 38
#define ERROR_HANDLE_DISK_FULL 39
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment