Skip to content
Snippets Groups Projects
Commit b24c1abf authored by Shaun Ren's avatar Shaun Ren Committed by Alexandre Julliard
Browse files

include: Add sperror error code SPERR_UNSUPPORTED_FORMAT.

parent 615852a9
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
#define SPERR_UNINITIALIZED 0x80045001
#define SPERR_ALREADY_INITIALIZED 0x80045002
#define SPERR_UNSUPPORTED_FORMAT 0x80045003
#define SPERR_INVALID_FLAGS 0x80045004
#define SPERR_DEVICE_BUSY 0x80045006
#define SPERR_DEVICE_NOT_SUPPORTED 0x80045007
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment