1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Add sperror error code SPERR_UNSUPPORTED_FORMAT.

This commit is contained in:
Shaun Ren 2023-05-26 14:31:51 -04:00 committed by Alexandre Julliard
parent 615852a97f
commit b24c1abf62

View File

@ -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