<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>
<pre class="comment">Use #if 0 ... #endif to disable source code.</pre><pre class="diff" id="context">Modified: trunk/reactos/lib/syssetup/wizard.c
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/syssetup/wizard.c</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/syssetup/wizard.c        2005-06-06 20:31:56 UTC (rev 15822)
+++ trunk/reactos/lib/syssetup/wizard.c        2005-06-06 20:39:25 UTC (rev 15823)
@@ -16,8 +16,7 @@
</small></pre><pre class="diff" id="context"> &nbsp;* &nbsp;along with this program; if not, write to the Free Software
 &nbsp;* &nbsp;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 &nbsp;*/
</pre><pre class="diff" id="removed">-/* $Id$
-<span id="removedchars"> </span>*
</pre><pre class="diff" id="added">+<span id="addedchars">/</span>*
</pre><pre class="diff" id="context"> &nbsp;* COPYRIGHT: &nbsp; &nbsp; &nbsp; &nbsp; See COPYING in the top level directory
 &nbsp;* PROJECT: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ReactOS system libraries
 &nbsp;* PURPOSE: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System setup
@@ -1448,13 +1447,15 @@
</pre><pre class="diff" id="context"> &nbsp; ahpsp[5] = CreatePropertySheetPage(&amp;psp);
 
 
</pre><pre class="diff" id="removed">- &nbsp;/* Create the Process page
</pre><pre class="diff" id="added">+ &nbsp;/* Create the Process page<span id="addedchars"> */</span>
+#if 0
</pre><pre class="diff" id="context"> &nbsp; psp.dwFlags = PSP_DEFAULT | PSP_USEHEADERTITLE | PSP_USEHEADERSUBTITLE;
 &nbsp; psp.pszHeaderTitle = MAKEINTRESOURCE(IDS_PROCESSTITLE);
 &nbsp; psp.pszHeaderSubTitle = MAKEINTRESOURCE(IDS_PROCESSSUBTITLE);
 &nbsp; psp.pfnDlgProc = ProcessPageDlgProc;
 &nbsp; psp.pszTemplate = MAKEINTRESOURCE(IDD_PROCESSPAGE);
</pre><pre class="diff" id="removed">- &nbsp;ahpsp[6] = CreatePropertySheetPage(&amp;psp);<span id="removedchars"> */</span>
</pre><pre class="diff" id="added">+ &nbsp;ahpsp[6] = CreatePropertySheetPage(&amp;psp);
+#endif
</pre><pre class="diff" id="context"> 
 
 &nbsp; /* Create the Finish page */
</pre>
</div>

</body>
</html>