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
5df9286e
Commit
5df9286e
authored
Nov 21, 2014
by
Austin English
Committed by
Alexandre Julliard
Nov 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole2disp: Add a stub for VARIANTCHANGETYPE.
parent
ca1bf14a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
ole2disp.c
dlls/ole2disp.dll16/ole2disp.c
+10
-0
ole2disp.dll16.spec
dlls/ole2disp.dll16/ole2disp.dll16.spec
+1
-1
No files found.
dlls/ole2disp.dll16/ole2disp.c
View file @
5df9286e
...
...
@@ -214,6 +214,16 @@ int WINAPI SysStringLen16(BSTR16 str)
}
/******************************************************************************
* VariantChangeType [OLE2DISP.12]
*/
HRESULT
WINAPI
VariantChangeType16
(
VARIANTARG
*
vargDest
,
VARIANTARG
*
varSrc
,
unsigned
short
flags
,
VARTYPE
vt
)
{
FIXME
(
"stub: (%p, %p, %d, %d)
\n
"
,
vargDest
,
varSrc
,
flags
,
vt
);
return
E_NOTIMPL
;
}
/******************************************************************************
* CreateDispTypeInfo [OLE2DISP.31]
*/
HRESULT
WINAPI
CreateDispTypeInfo16
(
...
...
dlls/ole2disp.dll16/ole2disp.dll16.spec
View file @
5df9286e
...
...
@@ -9,7 +9,7 @@
9 stub VARIANTCLEAR
10 stub VARIANTCOPY
11 stub VARIANTCOPYIND
12
stub VARIANTCHANGETYPE
12
pascal VARIANTCHANGETYPE(ptr ptr long long) VariantChangeType16
13 stub VARIANTTIMETODOSDATETIME
14 stub DOSDATETIMETOVARIANTTIME
15 stub SAFEARRAYCREATE
...
...
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