projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sync to trunk head (r42241)
[reactos.git]
/
reactos
/
dll
/
win32
/
user32
/
include
/
user32.h
diff --git
a/reactos/dll/win32/user32/include/user32.h
b/reactos/dll/win32/user32/include/user32.h
index
7ae604c
..
ef50a09
100644
(file)
--- a/
reactos/dll/win32/user32/include/user32.h
+++ b/
reactos/dll/win32/user32/include/user32.h
@@
-77,7
+77,7
@@
DesktopPtrToUser(PVOID Ptr)
/* NOTE: This is slow as it requires a call to win32k. This should only be
neccessary if a thread wants to access an object on a different
desktop */
- return NtUserGetDesktopMapping(Ptr);
+ return
(PVOID)
NtUserGetDesktopMapping(Ptr);
}
}