Changeset 8045
- Timestamp:
- Mar 8, 2002, 11:58:03 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8044 r8045 1 /* $Id: changelog,v 1.201 5 2002-03-08 10:57:37sandervl Exp $ */1 /* $Id: changelog,v 1.2016 2002-03-08 10:58:03 sandervl Exp $ */ 2 2 3 3 2002-03-08: Patrick Haller <patrick.haller@innotek.de> … … 41 41 o WindowFromPoint change; enumerate z-order, not parent-children 42 42 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id 43 ((processid <<16) | threadid)43 ((processid SHL 16) | threadid) 44 44 Thread ids return by WGSS are unique to the process only. 45 45
Note:
See TracChangeset
for help on using the changeset viewer.