[ros-diffs] [gedmurphy] 27925: fix the comment

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Fri Jul 27 13:18:03 CEST 2007


Author: gedmurphy
Date: Fri Jul 27 15:18:03 2007
New Revision: 27925

URL: http://svn.reactos.org/svn/reactos?rev=27925&view=rev
Log:
fix the comment

Modified:
    trunk/reactos/dll/win32/syssetup/install.c

Modified: trunk/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/install.c?rev=27925&r1=27924&r2=27925&view=diff
==============================================================================
--- trunk/reactos/dll/win32/syssetup/install.c (original)
+++ trunk/reactos/dll/win32/syssetup/install.c Fri Jul 27 15:18:03 2007
@@ -211,9 +211,7 @@
     if (!LoadString(hDllInstance, nIdTitle, title, sizeof(title)/sizeof(title[0])))
         return FALSE;
 
-    // FIXME: we should pass 'command' straight in here, but shell32 doesn't 
-    // expand it, and explorer uses ShellExecuteEx anyway instead of calling 
-    // shell32's  STDMETHODCALLTYPE Resolve / IShellLinkW_fnResolve
+    // FIXME: we should pass 'command' straight in here, but shell32 doesn't expand it
     return SUCCEEDED(CreateShellLink(path, exeName, _T(""), lpWorkingDir, NULL, 0, title));
 }
 




More information about the Ros-diffs mailing list