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
edda3584
Commit
edda3584
authored
May 02, 1999
by
Michael Veksler
Committed by
Alexandre Julliard
May 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix TRACE formatting warnings.
parent
9d454b21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
shellord.c
dlls/shell32/shellord.c
+2
-2
No files found.
dlls/shell32/shellord.c
View file @
edda3584
...
...
@@ -133,7 +133,7 @@ void WINAPI SHGetSettings(LPSHELLFLAGSTATE lpsfs, DWORD dwMask, DWORD dwx)
DWORD
dwData
;
DWORD
dwDataSize
=
sizeof
(
DWORD
);
TRACE
(
shell
,
"(%p 0x%08lx 0x%08x)
\n
"
,
lpsfs
,
dwMask
,
dwx
);
TRACE
(
shell
,
"(%p 0x%08lx 0x%08
l
x)
\n
"
,
lpsfs
,
dwMask
,
dwx
);
if
(
RegCreateKeyExA
(
HKEY_CURRENT_USER
,
"Software
\\
Microsoft
\\
Windows
\\
CurrentVersion
\\
Explorer
\\
Advanced"
,
0
,
0
,
0
,
KEY_ALL_ACCESS
,
0
,
&
hKey
,
0
))
...
...
@@ -1119,6 +1119,6 @@ int WINAPI StrToOleStr (LPWSTR lpWideCharStr, LPCSTR lpMultiByteString)
*
*/
HRESULT
SHValidateUNC
(
DWORD
x
,
DWORD
y
,
DWORD
z
)
{
FIXME
(
shell
,
"0x%08lx 0x%08lx 0x%08x stub
\n
"
,
x
,
y
,
z
);
{
FIXME
(
shell
,
"0x%08lx 0x%08lx 0x%08
l
x stub
\n
"
,
x
,
y
,
z
);
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