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
6611068b
Commit
6611068b
authored
Oct 17, 2013
by
Qian Hong
Committed by
Alexandre Julliard
Oct 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl80: Trace ATL version.
parent
0fb6b350
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
atl80.c
dlls/atl80/atl80.c
+3
-2
No files found.
dlls/atl80/atl80.c
View file @
6611068b
...
...
@@ -95,7 +95,8 @@ HRESULT WINAPI AtlRegisterTypeLib(HINSTANCE inst, const WCHAR *index)
*/
DWORD
WINAPI
AtlGetVersion
(
void
*
pReserved
)
{
return
_ATL_VER
;
TRACE
(
"version %04x (%p)
\n
"
,
_ATL_VER
,
pReserved
);
return
_ATL_VER
;
}
/**********************************************************************
...
...
@@ -123,7 +124,7 @@ BOOL WINAPI AtlAxWinInit(void)
const
WCHAR
AtlAxWin80
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'8'
,
'0'
,
0
};
const
WCHAR
AtlAxWinLic80
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'L'
,
'i'
,
'c'
,
'8'
,
'0'
,
0
};
FIXME
(
"
semi-stub
\n
"
);
FIXME
(
"
version %04x semi-stub
\n
"
,
_ATL_VER
);
if
(
FAILED
(
OleInitialize
(
NULL
)
)
)
return
FALSE
;
...
...
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