projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4c1eb86
)
- Send proper ClientID structure
author
Alex Ionescu
<aionescu@gmail.com>
Sun, 7 Aug 2005 21:45:12 +0000
(21:45 +0000)
committer
Alex Ionescu
<aionescu@gmail.com>
Sun, 7 Aug 2005 21:45:12 +0000
(21:45 +0000)
svn path=/trunk/; revision=17180
reactos/lib/kernel32/thread/thread.c
patch
|
blob
|
history
diff --git
a/reactos/lib/kernel32/thread/thread.c
b/reactos/lib/kernel32/thread/thread.c
index
52ce101
..
888a3f8
100644
(file)
--- a/
reactos/lib/kernel32/thread/thread.c
+++ b/
reactos/lib/kernel32/thread/thread.c
@@
-267,7
+267,7
@@
OpenThread(
OBJECT_ATTRIBUTES ObjectAttributes;
CLIENT_ID ClientId ;
- ClientId.UniqueProcess =
INVALID_HANDLE_VALUE
;
+ ClientId.UniqueProcess =
0
;
ClientId.UniqueThread = (HANDLE)dwThreadId;
InitializeObjectAttributes (&ObjectAttributes,