include: Exception filters should return LONG, not DWORD.
commit530e76503537466f873f7980c4db4df6a0efc14a
authorAlexandre Julliard <julliard@winehq.org>
Wed, 20 Sep 2006 09:26:59 +0000 (20 11:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 20 Sep 2006 09:26:59 +0000 (20 11:26 +0200)
tree660201e430bda05dfe6f2015e50b806183bf98ca
parentf6fecda89672f96fda740b893c07bdd56ef3461d
include: Exception filters should return LONG, not DWORD.

Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.
dlls/kernel32/except.c
dlls/ntdll/thread.c
include/winbase.h
include/wine/exception.h
include/winnt.h