Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
50199423
Commit
50199423
authored
Jul 22, 2012
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Aug 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl80: Implement AtlGetVersion.
parent
49493645
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
atl80.c
dlls/atl80/atl80.c
+5
-0
atl80.spec
dlls/atl80/atl80.spec
+1
-1
No files found.
dlls/atl80/atl80.c
View file @
50199423
...
...
@@ -29,3 +29,8 @@ HRESULT WINAPI AtlCreateRegistrar(IRegistrar** ppReg)
FIXME
(
"(%p) stub
\n
"
,
ppReg
);
return
E_NOTIMPL
;
}
DWORD
WINAPI
AtlGetVersion
(
void
*
pReserved
)
{
return
0x0800
;
}
dlls/atl80/atl80.spec
View file @
50199423
...
...
@@ -21,7 +21,7 @@
30 stdcall AtlComPtrAssign(ptr ptr) atl.AtlComPtrAssign
31 stdcall AtlComQIPtrAssign(ptr ptr ptr) atl.AtlComQIPtrAssign
32 stdcall AtlInternalQueryInterface(ptr ptr ptr ptr) atl.AtlInternalQueryInterface
34 st
ub AtlGetVersion
34 st
dcall AtlGetVersion(ptr)
35 stub AtlAxDialogBoxW
36 stub AtlAxDialogBoxA
37 stdcall AtlAxCreateDialogW(long wstr long ptr long) atl.AtlAxCreateDialogW
...
...
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