Paul Vriens : shell32/tests: Run tests on NT4 again.

Alexandre Julliard julliard at winehq.org
Mon Nov 30 10:42:43 CST 2009


Module: wine
Branch: master
Commit: 17089d0c2e8d4bb649705e3889d933dee0ac5880
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=17089d0c2e8d4bb649705e3889d933dee0ac5880

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Nov 24 21:49:54 2009 +0100

shell32/tests: Run tests on NT4 again.

---

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

diff --git a/dlls/shell32/tests/progman_dde.c b/dlls/shell32/tests/progman_dde.c
index 09eb791..0ea7571 100644
--- a/dlls/shell32/tests/progman_dde.c
+++ b/dlls/shell32/tests/progman_dde.c
@@ -99,9 +99,9 @@ static void init_strings(void)
         BOOL ret;
         char commonprog[MAX_PATH], startup[MAX_PATH];
 
-        ret = SHGetSpecialFolderPathA(NULL, commonprog, CSIDL_COMMON_PROGRAMS, FALSE);
+        ret = pSHGetSpecialFolderPathA(NULL, commonprog, CSIDL_COMMON_PROGRAMS, FALSE);
         if (!ret) /* Win9x */
-            SHGetSpecialFolderPathA(NULL, commonprog, CSIDL_PROGRAMS, FALSE);
+            pSHGetSpecialFolderPathA(NULL, commonprog, CSIDL_PROGRAMS, FALSE);
         lstrcpyA(Group1Title, commonprog);
         lstrcatA(Group1Title, "\\Group1");
         lstrcpyA(Group2Title, commonprog);
@@ -109,7 +109,7 @@ static void init_strings(void)
         lstrcpyA(Group3Title, commonprog);
         lstrcatA(Group3Title, "\\Group3");
 
-        SHGetSpecialFolderPathA(NULL, startup, CSIDL_STARTUP, FALSE);
+        pSHGetSpecialFolderPathA(NULL, startup, CSIDL_STARTUP, FALSE);
         lstrcpyA(StartupTitle, startup);
         lstrcpyA(Startup, (strrchr(StartupTitle, '\\') + 1));
     }




More information about the wine-cvs mailing list