Check all Callouts function pointers for NULL before using them.
commit4e951ea25bed3e8e44f930b9e3684823e04b52bf
authorAlexandre Julliard <julliard@winehq.org>
Wed, 8 Nov 2000 22:47:53 +0000 (8 22:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Nov 2000 22:47:53 +0000 (8 22:47 +0000)
tree48f82af7b8af48199f819dcac6c73b62fe76ccc2
parentd3576a9f85007834a6cbc5aa33839c85681cf455
Check all Callouts function pointers for NULL before using them.
Don't load USER dll if not needed by the application.
13 files changed:
dlls/gdi/printdrv.c
dlls/kernel/comm.c
if1632/thunk.c
include/callback.h
include/task.h
loader/dos/dosvm.c
loader/module.c
loader/task.c
miscemu/main.c
objects/palette.c
scheduler/process.c
scheduler/thread.c
win32/except.c