[PATCH] Run tests again on Win9x and NT4

Paul Vriens Paul.Vriens.Wine at gmail.com
Mon Dec 15 09:29:19 CST 2008


---
 dlls/msi/tests/msi.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c
index 6384f36..7201329 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);
 
-- 
1.6.0.4


--------------040707060703060906080208--



More information about the wine-patches mailing list