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
04121b3e
Commit
04121b3e
authored
Mar 21, 2012
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Mar 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netapi32: Print the debug string and not the pointer to it.
parent
4cf695e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
netapi32.c
dlls/netapi32/netapi32.c
+4
-4
No files found.
dlls/netapi32/netapi32.c
View file @
04121b3e
...
...
@@ -88,10 +88,10 @@ NET_API_STATUS WINAPI NetServerEnumEx(
LMCSTR
domain
,
LMCSTR
FirstNameToReturn
)
{
FIXME
(
"Stub (%s %d %p %d %p %p %d %s %
p)
\n
"
,
debugstr_w
(
ServerName
)
,
Level
,
Bufptr
,
PrefMaxlen
,
EntriesRead
,
totalentries
,
servertype
,
debugstr_w
(
domain
),
debugstr_w
(
FirstNameToReturn
));
FIXME
(
"Stub (%s %d %p %d %p %p %d %s %
s)
\n
"
,
debugstr_w
(
ServerName
),
Level
,
Bufptr
,
PrefMaxlen
,
EntriesRead
,
totalentries
,
servertype
,
debugstr_w
(
domain
),
debugstr_w
(
FirstNameToReturn
));
return
ERROR_NO_BROWSER_SERVERS_FOUND
;
}
...
...
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