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
ef7855e1
Commit
ef7855e1
authored
Nov 30, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Nov 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl: Make constants 'AtlAxWinW' and 'AtlAxWinLicW' static.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3f2a2c05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
atl_ax.c
dlls/atl/atl_ax.c
+2
-2
No files found.
dlls/atl/atl_ax.c
View file @
ef7855e1
...
...
@@ -104,7 +104,7 @@ BOOL WINAPI AtlAxWinInit(void)
#error Unsupported version
#endif
const
WCHAR
AtlAxWinW
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
ATL_NAME_SUFFIX
};
static
const
WCHAR
AtlAxWinW
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
ATL_NAME_SUFFIX
};
FIXME
(
"version %04x semi-stub
\n
"
,
_ATL_VER
);
...
...
@@ -128,7 +128,7 @@ BOOL WINAPI AtlAxWinInit(void)
return
FALSE
;
if
(
_ATL_VER
>
_ATL_VER_30
)
{
const
WCHAR
AtlAxWinLicW
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'L'
,
'i'
,
'c'
,
ATL_NAME_SUFFIX
};
static
const
WCHAR
AtlAxWinLicW
[]
=
{
'A'
,
't'
,
'l'
,
'A'
,
'x'
,
'W'
,
'i'
,
'n'
,
'L'
,
'i'
,
'c'
,
ATL_NAME_SUFFIX
};
wcex
.
lpszClassName
=
AtlAxWinLicW
;
if
(
!
RegisterClassExW
(
&
wcex
)
)
...
...
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