Sign in
goma
/
wine
/
5488ea14684ffc32ab3e00861f06b891db2fb285
/
server
/
user.c
538b247
server: Free client-side user handles at process exit.
by Alexandre Julliard
· 15 years ago
9018e13
server: Add support for allocating purely client-side user handles.
by Alexandre Julliard
· 15 years ago
d764107
server: Make user handles ints instead of pointers.
by Alexandre Julliard
· 16 years ago
b1788c8
server: Replace inline static with static inline.
by Andrew Talbot
· 18 years ago
e65349d
server: Cast user handles to unsigned long for win64 compatibility.
by Mike McCormack
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
90af05f
Treat 0xffff the same as 0 for the handle generation field to avoid
by Alexandre Julliard
· 20 years ago
ed8a41c
Only allocate even-numbered window handles, MS Project depends on that
by Alexandre Julliard
· 21 years ago
b3332d7
Converted the server to -DSTRICT.
by Alexandre Julliard
· 22 years ago
65adc24
Fixed next_user_handle to also work on deleted handles.
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
7695d69
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
by Alexandre Julliard
· 24 years ago
a09da0c
Added proper support for storing window parents in the server.
by Alexandre Julliard
· 24 years ago
bc878ef
Convert user handles received from client to full handles.
by Alexandre Julliard
· 24 years ago
1a66d22
Added global management of user handles in the server.
by Alexandre Julliard
· 24 years ago