Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
3d647659
Commit
3d647659
authored
May 08, 2012
by
Vincent Povirk
Committed by
Alexandre Julliard
May 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windowscodecs: Add wrapper functions for IWICMetadataQueryWriter methods.
parent
536b208c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
proxy.c
dlls/windowscodecs/proxy.c
+12
-0
windowscodecs.spec
dlls/windowscodecs/windowscodecs.spec
+2
-2
No files found.
dlls/windowscodecs/proxy.c
View file @
3d647659
...
@@ -301,6 +301,18 @@ HRESULT WINAPI IWICMetadataQueryReader_GetEnumerator_Proxy_W(IWICMetadataQueryRe
...
@@ -301,6 +301,18 @@ HRESULT WINAPI IWICMetadataQueryReader_GetEnumerator_Proxy_W(IWICMetadataQueryRe
return
IWICMetadataQueryReader_GetEnumerator
(
iface
,
ppIEnumString
);
return
IWICMetadataQueryReader_GetEnumerator
(
iface
,
ppIEnumString
);
}
}
HRESULT
WINAPI
IWICMetadataQueryWriter_SetMetadataByName_Proxy_W
(
IWICMetadataQueryWriter
*
iface
,
LPCWSTR
wzName
,
const
PROPVARIANT
*
pvarValue
)
{
return
IWICMetadataQueryWriter_SetMetadataByName
(
iface
,
wzName
,
pvarValue
);
}
HRESULT
WINAPI
IWICMetadataQueryWriter_RemoveMetadataByName_Proxy_W
(
IWICMetadataQueryWriter
*
iface
,
LPCWSTR
wzName
)
{
return
IWICMetadataQueryWriter_RemoveMetadataByName
(
iface
,
wzName
);
}
HRESULT
WINAPI
IWICPalette_InitializePredefined_Proxy_W
(
IWICPalette
*
iface
,
HRESULT
WINAPI
IWICPalette_InitializePredefined_Proxy_W
(
IWICPalette
*
iface
,
WICBitmapPaletteType
ePaletteType
,
BOOL
fAddTransparentColor
)
WICBitmapPaletteType
ePaletteType
,
BOOL
fAddTransparentColor
)
{
{
...
...
dlls/windowscodecs/windowscodecs.spec
View file @
3d647659
...
@@ -89,8 +89,8 @@
...
@@ -89,8 +89,8 @@
@ stdcall IWICMetadataQueryReader_GetEnumerator_Proxy(ptr ptr) IWICMetadataQueryReader_GetEnumerator_Proxy_W
@ stdcall IWICMetadataQueryReader_GetEnumerator_Proxy(ptr ptr) IWICMetadataQueryReader_GetEnumerator_Proxy_W
@ stdcall IWICMetadataQueryReader_GetLocation_Proxy(ptr long ptr ptr) IWICMetadataQueryReader_GetLocation_Proxy_W
@ stdcall IWICMetadataQueryReader_GetLocation_Proxy(ptr long ptr ptr) IWICMetadataQueryReader_GetLocation_Proxy_W
@ stdcall IWICMetadataQueryReader_GetMetadataByName_Proxy(ptr wstr ptr) IWICMetadataQueryReader_GetMetadataByName_Proxy_W
@ stdcall IWICMetadataQueryReader_GetMetadataByName_Proxy(ptr wstr ptr) IWICMetadataQueryReader_GetMetadataByName_Proxy_W
@ st
ub IWICMetadataQueryWriter_RemoveMetadataByName_Proxy
@ st
dcall IWICMetadataQueryWriter_RemoveMetadataByName_Proxy(ptr wstr) IWICMetadataQueryWriter_RemoveMetadataByName_Proxy_W
@ st
ub IWICMetadataQueryWriter_SetMetadataByName_Proxy
@ st
dcall IWICMetadataQueryWriter_SetMetadataByName_Proxy(ptr wstr ptr) IWICMetadataQueryWriter_SetMetadataByName_Proxy_W
@ stdcall IWICPalette_GetColorCount_Proxy(ptr ptr) IWICPalette_GetColorCount_Proxy_W
@ stdcall IWICPalette_GetColorCount_Proxy(ptr ptr) IWICPalette_GetColorCount_Proxy_W
@ stdcall IWICPalette_GetColors_Proxy(ptr long ptr ptr) IWICPalette_GetColors_Proxy_W
@ stdcall IWICPalette_GetColors_Proxy(ptr long ptr ptr) IWICPalette_GetColors_Proxy_W
@ stdcall IWICPalette_GetType_Proxy(ptr ptr) IWICPalette_GetType_Proxy_W
@ stdcall IWICPalette_GetType_Proxy(ptr ptr) IWICPalette_GetType_Proxy_W
...
...
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