projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[USERENV][USER32]
[reactos.git]
/
reactos
/
win32ss
/
user
/
user32
/
windows
/
message.c
diff --git
a/reactos/win32ss/user/user32/windows/message.c
b/reactos/win32ss/user/user32/windows/message.c
index
4641b13
..
c4641f1
100644
(file)
--- a/
reactos/win32ss/user/user32/windows/message.c
+++ b/
reactos/win32ss/user/user32/windows/message.c
@@
-2675,11
+2675,9
@@
UINT WINAPI
RegisterWindowMessageA(LPCSTR lpString)
{
UNICODE_STRING String;
RegisterWindowMessageA(LPCSTR lpString)
{
UNICODE_STRING String;
- BOOLEAN Result;
UINT Atom;
UINT Atom;
- Result = RtlCreateUnicodeStringFromAsciiz(&String, (PCSZ)lpString);
- if (!Result)
+ if (!RtlCreateUnicodeStringFromAsciiz(&String, (PCSZ)lpString))
{
return(0);
}
{
return(0);
}