From: Paul Vriens Date: Mon, 15 Dec 2008 15:29:19 +0000 (+0100) Subject: msi/tests: Run tests again on Win9x and NT4. X-Git-Tag: wine-1.1.11~240 X-Git-Url: http://git.etersoft.ru/projects/?a=commitdiff_plain;h=017fee4aa0d3295e64260ee61ecf0aebefe3cb5f;p=wine%2Feterwine.git msi/tests: Run tests again on Win9x and NT4. --- diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c index 6384f36dde..7201329e96 100644 --- a/dlls/msi/tests/msi.c +++ b/dlls/msi/tests/msi.c @@ -10255,9 +10255,9 @@ static void test_MsiGetPatchInfoEx(void) /* pcchValue is too small, lpValue is NULL */ size = 0; - r = MsiGetPatchInfoExA(patchcode, prodcode, usersid, - MSIINSTALLCONTEXT_USERMANAGED, - INSTALLPROPERTY_MOREINFOURL, NULL, &size); + r = pMsiGetPatchInfoExA(patchcode, prodcode, usersid, + MSIINSTALLCONTEXT_USERMANAGED, + INSTALLPROPERTY_MOREINFOURL, NULL, &size); ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r); ok(size == 16, "Expected 16, got %d\n", size);