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
8c33b912
Commit
8c33b912
authored
Oct 17, 2013
by
Qian Hong
Committed by
Alexandre Julliard
Oct 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl90: Trace ATL version.
parent
6611068b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
atl90.c
dlls/atl90/atl90.c
+3
-2
No files found.
dlls/atl90/atl90.c
View file @
8c33b912
...
...
@@ -37,7 +37,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(atl);
*/
DWORD
WINAPI
AtlGetVersion
(
void
*
reserved
)
{
return
_ATL_VER
;
TRACE
(
"version %04x (%p)
\n
"
,
_ATL_VER
,
reserved
);
return
_ATL_VER
;
}
/**********************************************************************
...
...
@@ -65,7 +66,7 @@ BOOL WINAPI AtlAxWinInit(void)
const
WCHAR
AtlAxWin90
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'9'
,
'0'
,
0
};
const
WCHAR
AtlAxWinLic90
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'L'
,
'i'
,
'c'
,
'9'
,
'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