Skip to content
Snippets Groups Projects
Commit ce5ac728 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

include: Fix WICPersistOptions definition.

parent 4f08dc0a
Branches
Tags
No related merge requests found
......@@ -21,10 +21,11 @@ import "wincodec.idl";
typedef enum WICPersistOptions {
WICPersistOptionsDefault = 0x00000000,
WICPersistOptionsLittleEndian = 0x00000001,
WICPersistOptionsBigEndian = 0x00000002,
WICPersistOptionsStrictFormat = 0x00000004,
WICPersistOptionsNoCacheStream = 0x00000008,
WICPersistOptionsLittleEndian = 0x00000000,
WICPersistOptionsBigEndian = 0x00000001,
WICPersistOptionsStrictFormat = 0x00000002,
WICPersistOptionsNoCacheStream = 0x00000004,
WICPersistOptionPreferUTF8 = 0x00000008,
WICPersistOptionsMask = 0x0000FFFF
} WICPersistOptions;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment