shell32: Remove a duplicate case statement: CSIDL_PERSONAL is the same as CSIDL_MYDOCUMENTS.

Francois Gouget fgouget at free.fr
Fri Sep 29 05:41:42 CDT 2006


---
 dlls/shell32/tests/shellpath.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 47dac30..afc1e0c 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -210,7 +210,6 @@ #define CSIDL_TO_STR(x) case x: return#x
     CSIDL_TO_STR(CSIDL_PROGRAMS);
     CSIDL_TO_STR(CSIDL_CONTROLS);
     CSIDL_TO_STR(CSIDL_PRINTERS);
-    CSIDL_TO_STR(CSIDL_PERSONAL);
     CSIDL_TO_STR(CSIDL_FAVORITES);
     CSIDL_TO_STR(CSIDL_STARTUP);
     CSIDL_TO_STR(CSIDL_RECENT);
-- 
1.4.1.1




More information about the wine-patches mailing list