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
72633d50
Commit
72633d50
authored
Feb 28, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Silence wide environment initialization debug messages.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
78eca968
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
data.c
dlls/msvcrt/data.c
+2
-2
No files found.
dlls/msvcrt/data.c
View file @
72633d50
...
...
@@ -651,7 +651,7 @@ MSVCRT_wchar_t** CDECL _get_initial_wide_environment(void)
*/
int
CDECL
_configure_wide_argv
(
int
mode
)
{
FIXME
(
"(%d) stub
\n
"
,
mode
);
WARN
(
"(%d) stub
\n
"
,
mode
);
return
0
;
}
...
...
@@ -660,7 +660,7 @@ int CDECL _configure_wide_argv(int mode)
*/
int
CDECL
_initialize_wide_environment
(
void
)
{
FIXME
(
"stub
\n
"
);
WARN
(
"stub
\n
"
);
return
0
;
}
...
...
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