Sweden-Number/server
Francois Gouget b6aa247093 server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test. 2007-08-31 12:08:58 +02:00
..
Makefile.in makefiles: Build programs that link against libwine twice with appropriate rpaths. 2007-06-20 20:03:30 +02:00
async.c
atom.c
change.c
class.c
clipboard.c
console.c wineconsole: Implement GetConsoleWindow. 2007-08-24 12:03:22 +02:00
context_alpha.c
context_i386.c
context_powerpc.c
context_sparc.c
context_x86_64.c
debugger.c server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test. 2007-08-31 12:08:58 +02:00
device.c
directory.c
event.c
fd.c ntdll: Fixed file system name comparison on *BSD. 2007-08-29 12:02:13 +02:00
file.c
file.h
handle.c
handle.h
hook.c user32: Thread-local hooks need a module if they don't belong to the current process. 2007-08-22 12:19:00 +02:00
mach.c
mailslot.c
main.c
mapping.c
mutex.c
named_pipe.c
object.c
object.h
process.c
process.h
procfs.c
protocol.def server: Set the queue mask directly in get_message to avoid an extra server call. 2007-08-29 18:13:13 +02:00
ptrace.c server: Use thr_kill2 syscall to signal threads on FreeBSD. 2007-08-23 20:19:09 +02:00
queue.c server: Handle existing timer replacement when no window handle specified. 2007-08-30 19:08:16 +02:00
region.c
registry.c
request.c
request.h server: Merge APC processing into the select request. 2007-07-16 16:14:45 +02:00
security.h
semaphore.c
serial.c
signal.c server: Make crash error message more explicit. 2007-06-25 14:13:21 +02:00
snapshot.c
sock.c
symlink.c
thread.c server: Only commit SetThreadPriority if new priority is correct. 2007-07-25 13:59:17 +02:00
thread.h
timer.c server: Fixed handling of a relative start time for a timer. 2007-08-09 17:16:26 +02:00
token.c server: Added the install driver privilege to the default user. 2007-07-31 20:32:40 +02:00
trace.c server: Set the queue mask directly in get_message to avoid an extra server call. 2007-08-29 18:13:13 +02:00
unicode.c
unicode.h
user.c
user.h
window.c server: Store a separate flag for windows that need to be erased in WM_PAINT. 2007-08-27 16:41:08 +02:00
wineserver.man.in
winstation.c