<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>reactos/lib/shell32</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1">shell32_main.h</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h?rev=1.13&amp;content-type=text/x-cvsweb-markup">1.13</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h.diff?r1=text&amp;tr1=1.13&amp;r2=text&amp;tr2=1.14&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h?rev=1.14&amp;content-type=text/x-cvsweb-markup">1.14</a></td></tr>
<tr class="alt"><td><tt><a href="#file2">shelllink.c</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c?rev=1.10&amp;content-type=text/x-cvsweb-markup">1.10</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c.diff?r1=text&amp;tr1=1.10&amp;r2=text&amp;tr2=1.11&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c?rev=1.11&amp;content-type=text/x-cvsweb-markup">1.11</a></td></tr>
<tr><td><tt><a href="#file3">shlexec.c</a></tt></td><td align="right" id="added">+4</td><td align="right" id="removed">-4</td><td nowrap="nowrap" align="center"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c?rev=1.25&amp;content-type=text/x-cvsweb-markup">1.25</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c.diff?r1=text&amp;tr1=1.25&amp;r2=text&amp;tr2=1.26&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c?rev=1.26&amp;content-type=text/x-cvsweb-markup">1.26</a></td></tr>
<tr><td></td><td align="right" id="added">+6</td><td align="right" id="removed">-6</td><td></td></tr>
</table>
<small id="info">3 modified files</small><br />
<pre class="comment">
new result buffer length parameter for SHELL_FindExecutable()
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32">shell32</a><br /></span>
<div class="fileheader"><big><b>shell32_main.h</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h?rev=1.13&amp;content-type=text/x-cvsweb-markup">1.13</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h.diff?r1=text&amp;tr1=1.13&amp;r2=text&amp;tr2=1.14&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shell32_main.h?rev=1.14&amp;content-type=text/x-cvsweb-markup">1.14</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.13 -r1.14
--- shell32_main.h        16 Feb 2004 21:46:12 -0000        1.13
+++ shell32_main.h        4 Mar 2004 21:12:11 -0000        1.14
@@ -240,7 +240,7 @@
</small></pre><pre class="diff" id="context"> BOOL WINAPI ShellExecuteExW32(LPSHELLEXECUTEINFOW psei, SHELL_ExecuteW32 execfunc);
 
 UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
</pre><pre class="diff" id="removed">-                          LPWSTR lpResult, LPWSTR key, void **env, LPITEMIDLIST pidl, LPCWSTR args);
</pre><pre class="diff" id="added">+                          LPWSTR lpResult, <span id="addedchars">int&nbsp;resultLen,&nbsp;</span>LPWSTR key, void **env, LPITEMIDLIST pidl, LPCWSTR args);
</pre><pre class="diff" id="context"> 
 int WINAPI RestartDialog(HWND hwndOwner, LPCSTR lpstrReason, UINT uFlags);
 int WINAPI RestartDialogEx(HWND hwndOwner, LPCWSTR lpwstrReason, UINT uFlags, UINT uReason);
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32">shell32</a><br /></span>
<div class="fileheader"><big><b>shelllink.c</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c?rev=1.10&amp;content-type=text/x-cvsweb-markup">1.10</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c.diff?r1=text&amp;tr1=1.10&amp;r2=text&amp;tr2=1.11&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shelllink.c?rev=1.11&amp;content-type=text/x-cvsweb-markup">1.11</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.10 -r1.11
--- shelllink.c        21 Jan 2004 23:01:35 -0000        1.10
+++ shelllink.c        4 Mar 2004 21:12:11 -0000        1.11
@@ -671,7 +671,7 @@
</small></pre><pre class="diff" id="context">     *exePath = '\0';
 
     if (This-&gt;sPath)
</pre><pre class="diff" id="removed">-        SHELL_FindExecutable(NULL, This-&gt;sPath, wOpen, exePath, NULL, NULL, NULL, NULL);
</pre><pre class="diff" id="added">+        SHELL_FindExecutable(NULL, This-&gt;sPath, wOpen, exePath, <span id="addedchars">MAX_PATH,&nbsp;</span>NULL, NULL, NULL, NULL);
</pre><pre class="diff" id="context"> 
     /* if there's no PIDL, generate one */
     if( ! This-&gt;pPidl )
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos">reactos</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib">lib</a>/<a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32">shell32</a><br /></span>
<div class="fileheader"><big><b>shlexec.c</b></big> <small id="info"><a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c?rev=1.25&amp;content-type=text/x-cvsweb-markup">1.25</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c.diff?r1=text&amp;tr1=1.25&amp;r2=text&amp;tr2=1.26&amp;f=h">-&gt;</a> <a href="http://cvs.reactos.com/cgi-bin/cvsweb/reactos/lib/shell32/shlexec.c?rev=1.26&amp;content-type=text/x-cvsweb-markup">1.26</a></small></div>
<pre class="diff"><small id="info">diff -u -r1.25 -r1.26
--- shlexec.c        3 Mar 2004 20:11:31 -0000        1.25
+++ shlexec.c        4 Mar 2004 21:12:11 -0000        1.26
@@ -503,7 +503,7 @@
</small></pre><pre class="diff" id="context">  *              on the operation)
  */
 UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
</pre><pre class="diff" id="removed">-                            LPWSTR lpResult, LPWSTR key, void **env, LPITEMIDLIST pidl, LPCWSTR args)
</pre><pre class="diff" id="added">+                            LPWSTR lpResult, <span id="addedchars">int&nbsp;resultLen,&nbsp;</span>LPWSTR key, void **env, LPITEMIDLIST pidl, LPCWSTR args)
</pre><pre class="diff" id="context"> {
     static const WCHAR wWindows[] = {'w','i','n','d','o','w','s',0};
     static const WCHAR wPrograms[] = {'p','r','o','g','r','a','m','s',0};
</pre><pre class="diff"><small id="info">@@ -660,7 +660,7 @@
</small></pre><pre class="diff" id="context"> 
         if (retval &gt; 32)
         {
</pre><pre class="diff" id="removed">-            SHELL_ArgifyW(lpResult, <span id="removedchars">MAX_PATH</span>, command, xlpFile, pidl, args);
</pre><pre class="diff" id="added">+            SHELL_ArgifyW(lpResult, <span id="addedchars">resultLen</span>, command, xlpFile, pidl, args);
</pre><pre class="diff" id="context"> 
             /* Remove double quotation marks and command line arguments */
             if (*lpResult == '"')
</pre><pre class="diff"><small id="info">@@ -908,7 +908,7 @@
</small></pre><pre class="diff" id="context">         SetCurrentDirectoryW(lpDirectory);
     }
 
</pre><pre class="diff" id="removed">-    retval = SHELL_FindExecutable(lpDirectory, lpFile, wszOpen, lpResult, NULL, NULL, NULL, NULL);
</pre><pre class="diff" id="added">+    retval = SHELL_FindExecutable(lpDirectory, lpFile, wszOpen, lpResult, <span id="addedchars">MAX_PATH,&nbsp;</span>NULL, NULL, NULL, NULL);
</pre><pre class="diff" id="context"> 
     TRACE("returning %s\n", debugstr_w(lpResult));
     if (lpDirectory)
</pre><pre class="diff"><small id="info">@@ -1187,7 +1187,7 @@
</small></pre><pre class="diff" id="context"> 
     /* Else, try to find the executable */
     buffer[0] = '\0';
</pre><pre class="diff" id="removed">-    retval = SHELL_FindExecutable(*sei_tmp.lpDirectory? sei_tmp.lpDirectory: NULL, lpFile, sei_tmp.lpVerb, buffer, wszProtocol, &amp;env, sei_tmp.lpIDList, sei_tmp.lpParameters);
</pre><pre class="diff" id="added">+    retval = SHELL_FindExecutable(*sei_tmp.lpDirectory? sei_tmp.lpDirectory: NULL, lpFile, sei_tmp.lpVerb, buffer, <span id="addedchars">1024,&nbsp;</span>wszProtocol, &amp;env, sei_tmp.lpIDList, sei_tmp.lpParameters);
</pre><pre class="diff" id="context"> 
     if (retval &gt; 32)  /* Found */
     {
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.8</small></center>
</body></html>