Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
3ea74413
Commit
3ea74413
authored
Sep 10, 2012
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Sep 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/wincodecsdk.idl: Fix a typo.
parent
248e9ef7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
info.c
dlls/windowscodecs/tests/info.c
+2
-2
wincodecsdk.idl
include/wincodecsdk.idl
+1
-1
No files found.
dlls/windowscodecs/tests/info.c
View file @
3ea74413
...
...
@@ -422,7 +422,7 @@ todo_wine
IWICComponentInfo_Release
(
info
);
hr
=
IWICImagingFactory_CreateComponentInfo
(
factory
,
&
CLSID_WICXM
B
StructMetadataReader
,
&
info
);
hr
=
IWICImagingFactory_CreateComponentInfo
(
factory
,
&
CLSID_WICXM
P
StructMetadataReader
,
&
info
);
todo_wine
ok
(
hr
==
S_OK
,
"CreateComponentInfo failed, hr=%x
\n
"
,
hr
);
...
...
@@ -440,7 +440,7 @@ todo_wine
hr
=
IWICMetadataReaderInfo_GetCLSID
(
reader_info
,
&
clsid
);
ok
(
hr
==
S_OK
,
"GetCLSID failed, hr=%x
\n
"
,
hr
);
ok
(
IsEqualGUID
(
&
CLSID_WICXM
B
StructMetadataReader
,
&
clsid
),
"GetCLSID returned wrong result
\n
"
);
ok
(
IsEqualGUID
(
&
CLSID_WICXM
P
StructMetadataReader
,
&
clsid
),
"GetCLSID returned wrong result
\n
"
);
hr
=
IWICMetadataReaderInfo_GetMetadataFormat
(
reader_info
,
&
clsid
);
ok
(
hr
==
S_OK
,
"GetMetadataFormat failed, hr=%x
\n
"
,
hr
);
...
...
include/wincodecsdk.idl
View file @
3ea74413
...
...
@@ -53,7 +53,7 @@ cpp_quote("DEFINE_GUID(CLSID_WICPngTextMetadataReader, 0x4b59afcc,0xb8c3,0x408a,
cpp_quote
(
"DEFINE_GUID(CLSID_WICPngTextMetadataWriter, 0xb5ebafb9,0x253e,0x4a72,0xa7,0x44,0x07,0x62,0xd2,0x68,0x56,0x83);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_WICIfdMetadataReader, 0x8f914656,0x9d0a,0x4eb2,0x90,0x19,0x0b,0xf9,0x6d,0x8a,0x9e,0xe6);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_WICExifMetadataReader, 0xd9403860,0x297f,0x4a49,0xbf,0x9b,0x77,0x89,0x81,0x50,0xa4,0x42);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_WICXM
B
StructMetadataReader, 0x01b90d9a,0x8209,0x47f7,0x9c,0x52,0xe1,0x24,0x4b,0xf5,0x0c,0xed);"
)
cpp_quote
(
"DEFINE_GUID(CLSID_WICXM
P
StructMetadataReader, 0x01b90d9a,0x8209,0x47f7,0x9c,0x52,0xe1,0x24,0x4b,0xf5,0x0c,0xed);"
)
typedef
struct
WICMetadataPattern
{
ULARGE_INTEGER
Position
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment