Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
803c2d78
Commit
803c2d78
authored
12 years ago
by
Esme Povirk
Committed by
Alexandre Julliard
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
windowscodecs: Add wrapper for IWICBitmapClipper_Initialize.
parent
d65cddae
Branches
Branches containing commit
Tags
wine-5.18
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/windowscodecs/proxy.c
+6
-0
6 additions, 0 deletions
dlls/windowscodecs/proxy.c
dlls/windowscodecs/windowscodecs.spec
+1
-1
1 addition, 1 deletion
dlls/windowscodecs/windowscodecs.spec
with
7 additions
and
1 deletion
dlls/windowscodecs/proxy.c
+
6
−
0
View file @
803c2d78
...
...
@@ -36,6 +36,12 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
wincodecs
);
HRESULT
WINAPI
IWICBitmapClipper_Initialize_Proxy_W
(
IWICBitmapClipper
*
iface
,
IWICBitmapSource
*
pISource
,
const
WICRect
*
prc
)
{
return
IWICBitmapClipper_Initialize
(
iface
,
pISource
,
prc
);
}
HRESULT
WINAPI
IWICBitmapCodecInfo_GetContainerFormat_Proxy_W
(
IWICBitmapCodecInfo
*
iface
,
GUID
*
pguidContainerFormat
)
{
...
...
This diff is collapsed.
Click to expand it.
dlls/windowscodecs/windowscodecs.spec
+
1
−
1
View file @
803c2d78
...
...
@@ -5,7 +5,7 @@
@ stub IEnumString_Next_WIC_Proxy
@ stub IEnumString_Reset_WIC_Proxy
@ stub IPropertyBag2_Write_Proxy
@ st
ub
IWICBitmapClipper_Initialize_Proxy
@ st
dcall IWICBitmapClipper_Initialize_Proxy(ptr ptr ptr)
IWICBitmapClipper_Initialize_Proxy
_W
@ stdcall IWICBitmapCodecInfo_DoesSupportAnimation_Proxy(ptr ptr) IWICBitmapCodecInfo_DoesSupportAnimation_Proxy_W
@ stdcall IWICBitmapCodecInfo_DoesSupportLossless_Proxy(ptr ptr) IWICBitmapCodecInfo_DoesSupportLossless_Proxy_W
@ stdcall IWICBitmapCodecInfo_DoesSupportMultiframe_Proxy(ptr ptr) IWICBitmapCodecInfo_DoesSupportMultiframe_Proxy_W
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment