ntdll: Fix RtlVerifyVersionInfo handling of major, minor and service pack versions...
authorRobert Shearman <rob@codeweavers.com>
Mon, 17 Jul 2006 11:11:04 +0000 (12:11 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Jul 2006 12:46:26 +0000 (14:46 +0200)
commita3ca06be2ff43853e7bb1baf9869f12547779e74
tree6e623242278fe43b9451f11fefc18e3751c9019c
parent31d9341e8ecbbef9be54d1ceffeba9cc21793183
ntdll: Fix RtlVerifyVersionInfo handling of major, minor and service pack versions, which are tested in a hierarchical manner.

Add some new tests for the different condition values.
dlls/kernel/tests/version.c
dlls/ntdll/version.c