Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
wine
wine-cw
Commits
cf0334b6
Commit
cf0334b6
authored
Jan 25, 2013
by
Ludger Sprenker
Committed by
Alexandre Julliard
Jan 29, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windowscodecs: Add tests for IPropertyBag2.
parent
dee40e90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.in
dlls/windowscodecs/tests/Makefile.in
+2
-1
propertybag.c
dlls/windowscodecs/tests/propertybag.c
+0
-0
wincodec.idl
include/wincodec.idl
+1
-0
No files found.
dlls/windowscodecs/tests/Makefile.in
View file @
cf0334b6
TESTDLL
=
windowscodecs.dll
IMPORTS
=
gdi32 user32 ole32 windowscodecs
IMPORTS
=
windowscodecs oleaut32 ole32 user32 gdi32
C_SRCS
=
\
bitmap.c
\
...
...
@@ -11,6 +11,7 @@ C_SRCS = \
metadata.c
\
palette.c
\
pngformat.c
\
propertybag.c
\
stream.c
\
tiffformat.c
...
...
dlls/windowscodecs/tests/propertybag.c
0 → 100644
View file @
cf0334b6
This diff is collapsed.
Click to expand it.
include/wincodec.idl
View file @
cf0334b6
...
...
@@ -219,6 +219,7 @@ cpp_quote("#define WINCODEC_ERR_BADMETADATAHEADER 0x88982f63")
cpp_quote
(
"#define WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT 0x88982f80"
)
cpp_quote
(
"#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81"
)
cpp_quote
(
"#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c"
)
cpp_quote
(
"#define WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE 0x88982f8e"
)
cpp_quote
(
"#define WINCODEC_ERR_WIN32ERROR 0x88982f94"
)
interface
IWICPalette
;
...
...
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