[ros-diffs] [cmihail] 54303: [shell32] - Fix a few more winetests in shlfolder tests.

cmihail at svn.reactos.org cmihail at svn.reactos.org
Sat Nov 5 20:09:31 UTC 2011


Author: cmihail
Date: Sat Nov  5 20:09:30 2011
New Revision: 54303

URL: http://svn.reactos.org/svn/reactos?rev=54303&view=rev
Log:
[shell32]
- Fix a few more winetests in shlfolder tests.

Modified:
    trunk/reactos/dll/win32/shell32/shlfolder.cpp

Modified: trunk/reactos/dll/win32/shell32/shlfolder.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfolder.cpp?rev=54303&r1=54302&r2=54303&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlfolder.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/shlfolder.cpp [iso-8859-1] Sat Nov  5 20:09:30 2011
@@ -426,7 +426,6 @@
     if (dwAttributes & FILE_ATTRIBUTE_DIRECTORY)
     {
         *pdwAttributes |=  (SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);
-        *pdwAttributes &= ~SFGAO_CANLINK;
     }
     else
         *pdwAttributes &= ~(SFGAO_FOLDER | SFGAO_HASSUBFOLDER | SFGAO_FILESYSANCESTOR);




More information about the Ros-diffs mailing list