server: Replace inline static with static inline.
[wine] / server / user.c
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2006-06-15  Mike McCormackserver: Cast user handles to unsigned long for win64...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-05-07  Alexandre JulliardTreat 0xffff the same as 0 for the handle generation...
2004-05-28  Alexandre JulliardOnly allocate even-numbered window handles, MS Project...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-05-31  Alexandre JulliardFixed next_user_handle to also work on deleted handles.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-12  Alexandre JulliardConvert user handles received from client to full handles.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.