oleaut32: Remove incorrect memid validation.
authorPiotr Caban <piotr@codeweavers.com>
Mon, 15 Mar 2010 22:39:46 +0000 (23:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Mar 2010 10:48:32 +0000 (11:48 +0100)
commitd62534d1990c65c3c8a26c0f0daac2999492773f
treed0a7babd03248872341d91c6a89716b7fb49dce8
parentb7c50c7dbfff97ec01a4413bbfb92d2fdb70a479
oleaut32: Remove incorrect memid validation.

This code was trying to block negative values of memid (incorrectly).
I have run more tests and found that it's possible to set some negative
values (e.g. on TKIND_INTERFACE: -1, -4..-8, -500..?). Unless we know
what values are allowed it's probably better to not check memid.
dlls/oleaut32/typelib2.c