wine/server
François Gouget 1425941e29 Fix the #include order for config.h.
Add #include "config.h" directives where needed.
2001-11-06 20:57:11 +00:00
..
.cvsignore
async.c
atom.c Added atom_t type for atoms to make sure we use the same type 2001-10-12 18:45:29 +00:00
change.c
console.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
context_i386.c Small fixes to the debugger support. 2001-07-11 17:30:59 +00:00
context_sparc.c Preserve the TF (Trap Flag) when continuing from a ptraced suspend. 2001-04-27 18:39:47 +00:00
debugger.c Backed out the suspend_process_for_ptrace change. 2001-07-14 00:50:30 +00:00
device.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
event.c
file.c Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
handle.c
handle.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
main.c Make sure that GetMessagePos and GetMessageTime return sane values 2001-10-17 17:48:49 +00:00
Makefile.in Added global management of user handles in the server. 2001-08-28 18:44:52 +00:00
mapping.c Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
mutex.c
named_pipe.c Added get_file_info support to named pipes and sockets to avoid 2001-10-05 19:45:45 +00:00
object.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
object.h Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
pipe.c Fetch a handle type in FILE_GetUnixHandle. 2001-10-04 16:18:15 +00:00
process.c Don't keep main exe and dlls handles open when the file is on 2001-10-25 19:52:12 +00:00
process.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
protocol.def Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
ptrace.c Backed out the suspend_process_for_ptrace change. 2001-07-14 00:50:30 +00:00
queue.c Make sure that GetMessagePos and GetMessageTime return sane values 2001-10-17 17:48:49 +00:00
registry.c
request.c Fix the #include order for config.h. 2001-11-06 20:57:11 +00:00
request.h Store in the server all the window information accessible with 2001-10-22 19:08:33 +00:00
select.c
semaphore.c
serial.c Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED. 2001-10-08 20:40:57 +00:00
snapshot.c
sock.c Added get_file_info support to named pipes and sockets to avoid 2001-10-05 19:45:45 +00:00
thread.c Added global management of user handles in the server. 2001-08-28 18:44:52 +00:00
thread.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
timer.c
trace.c Save a disk file's drive type in the server object. 2001-10-24 00:23:25 +00:00
unicode.c
unicode.h Use the new protocol.def file to build the request structures. 2001-07-19 00:35:37 +00:00
user.c A couple of optimizations to avoid some server calls in WIN_FindWndPtr 2001-09-24 01:19:59 +00:00
user.h Added proper support for storing window parents in the server. 2001-09-21 21:08:40 +00:00
window.c Allow owner to be the desktop window. 2001-11-06 17:54:15 +00:00