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
982f139d
Commit
982f139d
authored
Oct 28, 1998
by
Juergen Schmied
Committed by
Alexandre Julliard
Oct 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A dest buffer was printed out as string.
parent
5b00ec7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
win.c
windows/win.c
+1
-1
No files found.
windows/win.c
View file @
982f139d
...
...
@@ -1797,7 +1797,7 @@ INT32 WINAPI GetWindowText32A( HWND32 hwnd, LPSTR lpString, INT32 nMaxCount )
*/
INT32
WINAPI
InternalGetWindowText
(
HWND32
hwnd
,
LPWSTR
lpString
,
INT32
nMaxCount
)
{
FIXME
(
win
,
"(0x%08x,%
s,0x%x),stub!
\n
"
,
hwnd
,
debugstr_w
(
lpString
)
,
nMaxCount
);
FIXME
(
win
,
"(0x%08x,%
p,0x%x),stub!
\n
"
,
hwnd
,
lpString
,
nMaxCount
);
return
GetWindowText32W
(
hwnd
,
lpString
,
nMaxCount
);
}
...
...
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