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
f4e72275
Commit
f4e72275
authored
Jan 13, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Jan 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented VarInt, VarFix, VarNeg.
parent
757af5fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
284 additions
and
32 deletions
+284
-32
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+2
-2
variant.c
dlls/oleaut32/variant.c
+282
-30
No files found.
dlls/oleaut32/oleaut32.spec
View file @
f4e72275
...
...
@@ -164,11 +164,11 @@
166 stdcall LHashValOfNameSysA(long long str)
167 stub VarXor # stdcall (ptr ptr ptr)
168 stdcall VarAbs(ptr ptr)
169 st
ub VarFix # stdcall
(ptr ptr)
169 st
dcall VarFix
(ptr ptr)
170 stdcall OaBuildVersion()
171 stub ClearCustData
172 stdcall VarInt(ptr ptr)
173 st
ub VarNeg # stdcall
(ptr ptr)
173 st
dcall VarNeg
(ptr ptr)
174 stdcall VarNot(ptr ptr)
175 stub VarRound # stdcall (ptr long ptr)
176 stdcall VarCmp(ptr ptr long long)
...
...
dlls/oleaut32/variant.c
View file @
f4e72275
This diff is collapsed.
Click to expand it.
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