Moved the server start time to the init_thread request and got rid of
authorAlexandre Julliard <julliard@winehq.org>
Thu, 14 Jul 2005 10:32:46 +0000 (10:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Jul 2005 10:32:46 +0000 (10:32 +0000)
commit9ad5628639e81127bd856717e9e21ecb79957bd0
tree59085011064caa19932e4f2a5890018cf81a52ac
parentec167634f9785c6ae182a17e5c57745e0c227ce5
Moved the server start time to the init_thread request and got rid of
the init_process request (based on a patch by Felix Nawothnig).
14 files changed:
dlls/kernel/kernel_main.c
dlls/kernel/process.c
dlls/ntdll/nt.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/server.c
dlls/ntdll/time.c
include/wine/server_protocol.h
server/object.h
server/process.c
server/protocol.def
server/request.c
server/request.h
server/thread.c
server/trace.c