Mariusz Pluciński : shell32/tests: Remove duplicated test of known folder.
Module: wine Branch: master Commit: 92ff88155af83901fe0438b9dbeea919cc354d34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=92ff88155af83901fe0438b9db... Author: Mariusz Pluciński <vshader(a)gmail.com> Date: Tue Jul 5 11:07:38 2011 +0200 shell32/tests: Remove duplicated test of known folder. --- 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 3a3c597..dbfff5c 100644 --- a/dlls/shell32/tests/shellpath.c +++ b/dlls/shell32/tests/shellpath.c @@ -901,7 +901,6 @@ struct knownFolderDef { static const struct knownFolderDef known_folders[] = { KNOWN_FOLDER(FOLDERID_AddNewPrograms, NO_CSIDL), - KNOWN_FOLDER(FOLDERID_AddNewPrograms, NO_CSIDL), KNOWN_FOLDER(FOLDERID_AdminTools, CSIDL_ADMINTOOLS), KNOWN_FOLDER(FOLDERID_AppUpdates, NO_CSIDL), KNOWN_FOLDER(FOLDERID_CDBurning, CSIDL_CDBURN_AREA),
participants (1)
-
Alexandre Julliard