rpcrt4: Fix context handle test on Vista upwards.
authorRob Shearman <robertshearman@gmail.com>
Tue, 7 Apr 2009 11:27:13 +0000 (12:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Apr 2009 12:22:35 +0000 (14:22 +0200)
commitb2a5bfdfc91b2ddf58195af0a65673f02953cb47
tree03093b55614dede08618ab240f0c72b8b4bd7f1e
parenta4c942f6067fe906fef9e813bd7bbcd61cea8707
rpcrt4: Fix context handle test on Vista upwards.

Don't run tests that results in an ERROR_INVALID_HANDLE exception being raised.

Check for the context handle function pointers being non-NULL to
prevent exceptions being raised on platforms without these functions.
dlls/rpcrt4/tests/server.c