ole32: Fix some tests that fail on NT4 and Win9x.
commit9353dff5b3e07f2a2a65983c2311b54dc3792325
authorRob Shearman <robertshearman@gmail.com>
Wed, 28 Jan 2009 12:48:40 +0000 (28 12:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Jan 2009 13:15:42 +0000 (28 14:15 +0100)
treea3ee8ca12b98d3b1e0efe1071e588c1a57245151
parenta1b4ee8866c6ed7ed0a62f604ac8426a2e9631da
ole32: Fix some tests that fail on NT4 and Win9x.

Round the expected sizes up to the alignment used by HeapSize, which
is 4 on Win9x and NT4 but 1 in more recent versions.

Additionally fix an IGlobalInterfaceTable test which erroneously
succeeds on these older OSs.
dlls/ole32/tests/marshal.c
dlls/ole32/tests/moniker.c