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
9fcefdd8
Commit
9fcefdd8
authored
May 31, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
May 31, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the VarXxxFromCy conversions.
Remove (commented-out) references to inexistent VarXxxFrom32 functions. Remove obsolete '32' suffixes.
parent
238b1de1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
64 deletions
+64
-64
variant.c
dlls/oleaut32/variant.c
+64
-63
oleauto.h
include/oleauto.h
+0
-1
No files found.
dlls/oleaut32/variant.c
View file @
9fcefdd8
This diff is collapsed.
Click to expand it.
include/oleauto.h
View file @
9fcefdd8
...
...
@@ -316,7 +316,6 @@ HRESULT WINAPI VarBstrFromI2(short iVal, LCID lcid, ULONG dwFlags, BSTR* pbstrOu
HRESULT
WINAPI
VarBstrFromI4
(
LONG
lIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromR4
(
FLOAT
fltIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromR8
(
double
dblIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromCy
(
CY
cyIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromDate
(
DATE
dateIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromBool
(
VARIANT_BOOL
boolIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
HRESULT
WINAPI
VarBstrFromI1
(
CHAR
cIn
,
LCID
lcid
,
ULONG
dwFlags
,
BSTR
*
pbstrOut
);
...
...
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