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
2956605d
Commit
2956605d
authored
May 20, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
May 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Remove unused function.
parent
0e37d57b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
message.c
dlls/user32/message.c
+0
-8
No files found.
dlls/user32/message.c
View file @
2956605d
...
...
@@ -244,14 +244,6 @@ static inline void push_string( struct packed_message *data, LPCWSTR str )
push_data
(
data
,
str
,
(
strlenW
(
str
)
+
1
)
*
sizeof
(
WCHAR
)
);
}
/* retrieve a pointer to data from a packed message and increment the buffer pointer */
static
inline
void
*
get_data
(
void
**
buffer
,
size_t
size
)
{
void
*
ret
=
*
buffer
;
*
buffer
=
(
char
*
)
*
buffer
+
size
;
return
ret
;
}
/* make sure that the buffer contains a valid null-terminated Unicode string */
static
inline
BOOL
check_string
(
LPCWSTR
str
,
size_t
size
)
{
...
...
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