Make GetTickCount not use the whole Unix epoch (since 1970) any more,
commitc941effc248517fb5bad5b3b86ab83cd5811bac8
authorAndreas Mohr <a.mohr@mailto.de>
Fri, 22 Sep 2000 22:37:56 +0000 (22 22:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Sep 2000 22:37:56 +0000 (22 22:37 +0000)
tree304e90c000036d02c650d773fb08c53f27df95f9
parent19f8dda01bb2a0b0b43496dcfd48fee62093bb71
Make GetTickCount not use the whole Unix epoch (since 1970) any more,
since that crashed several games or caused problems with them as they
aren't used to a high Windows uptime of more than 24.9 days.
12 files changed:
dlls/x11drv/x11drv_main.c
include/options.h
include/server.h
include/x11drv.h
misc/main.c
scheduler/process.c
server/main.c
server/object.h
server/process.c
server/trace.c
windows/x11drv/event.c
windows/x11drv/keyboard.c