<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">- Fix inclusion of deleted file.</pre><pre class="diff" id="context">Modified: trunk/reactos/lib/kernel32/thread/i386/fiber.S
Modified: trunk/reactos/lib/ntdll/main/i386/dispatch.S
Modified: trunk/reactos/lib/rtl/i386/except_asm.s
Modified: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S
Modified: trunk/reactos/ntoskrnl/ke/i386/main_asm.S
Modified: trunk/reactos/ntoskrnl/ke/i386/syscall.S
Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s
Modified: trunk/reactos/tools/nci/ncitool.c
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/kernel32/thread/i386/fiber.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/kernel32/thread/i386/fiber.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/lib/kernel32/thread/i386/fiber.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -7,7 +7,6 @@
</small></pre><pre class="diff" id="context"> &nbsp;* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;KJK::Hyperion &lt;noog@libero.it&gt;
 &nbsp;*/
 
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> #include &lt;ndk/asm.h&gt;
 
 #define CONTEXT_FULL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0x10007
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/ntdll/main/i386/dispatch.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/ntdll/main/i386/dispatch.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/lib/ntdll/main/i386/dispatch.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -9,7 +9,6 @@
</small></pre><pre class="diff" id="context"> /* INCLUDES ******************************************************************/
 
 #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> .intel_syntax noprefix
 
 #define EXCEPTION_NONCONTINUABLE &nbsp; &nbsp;1
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/lib/rtl/i386/except_asm.s</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/rtl/i386/except_asm.s        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/lib/rtl/i386/except_asm.s        2005-11-22 05:48:48 UTC (rev 19451)
@@ -10,7 +10,6 @@
</small></pre><pre class="diff" id="context"> /* INCLUDES ******************************************************************/
 
 #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> .intel_syntax noprefix
 
 #define EXCEPTION_UNWINDING &nbsp; &nbsp; &nbsp; &nbsp; 2
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -1,5 +1,4 @@
</small></pre><pre class="diff" id="context"> #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> 
 .text
 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -13,7 +13,6 @@
</small></pre><pre class="diff" id="context"> #include &lt;roscfg.h&gt;
 #include &lt;internal/i386/ke.h&gt;
 #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> .intel_syntax noprefix
 
 #define Running 2 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/ntoskrnl/ke/i386/main_asm.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/ntoskrnl/ke/i386/main_asm.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/ntoskrnl/ke/i386/main_asm.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -1,6 +1,5 @@
</small></pre><pre class="diff" id="context"> #include &lt;roscfg.h&gt;
 #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> 
 #define AP_MAGIC (0x12481020)
 
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/ntoskrnl/ke/i386/syscall.S</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/ntoskrnl/ke/i386/syscall.S        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/ntoskrnl/ke/i386/syscall.S        2005-11-22 05:48:48 UTC (rev 19451)
@@ -8,7 +8,6 @@
</small></pre><pre class="diff" id="context"> #include &lt;roscfg.h&gt;
 #include &lt;internal/i386/ke.h&gt;
 #include &lt;ndk/asm.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> 
 #define UserMode &nbsp;(1)
 #define STATUS_INVALID_SYSTEM_SERVICE 0xC000001C
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/ntoskrnl/ke/i386/trap.s        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/ntoskrnl/ke/i386/trap.s        2005-11-22 05:48:48 UTC (rev 19451)
@@ -11,7 +11,6 @@
</small></pre><pre class="diff" id="context"> #include &lt;roscfg.h&gt;
 #include &lt;ndk/asm.h&gt;
 #include &lt;internal/i386/ke.h&gt;
</pre><pre class="diff" id="removed">-#include &lt;ndk/i386/segment.h&gt;
</pre><pre class="diff" id="context"> 
 #define KernelMode 0
 #define UserMode 1
</pre></div>
<hr /><div class="file">
<div class="fileheader"><big><b>Modified: trunk/reactos/tools/nci/ncitool.c</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/tools/nci/ncitool.c        2005-11-22 04:57:45 UTC (rev 19450)
+++ trunk/reactos/tools/nci/ncitool.c        2005-11-22 05:48:48 UTC (rev 19451)
@@ -537,8 +537,8 @@
</small></pre><pre class="diff" id="context"> &nbsp; &nbsp; WriteFileHeader(Files[NtosKernelStubs], 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;System Call Stubs for Native API&quot;, 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; argv[NtosKernelStubs + 1]);
</pre><pre class="diff" id="removed">- &nbsp; &nbsp;fputs(&quot;#include &lt;ndk/i386/segment.h&gt;\n\n&quot;, Files[NtosKernelStubs]);
- &nbsp; &nbsp;
</pre><pre class="diff" id="added">+ &nbsp; &nbsp;<span id="addedchars">fputs(&quot;#include &lt;ndk/asm.h&gt;\n\n&quot;, Files[NtosKernelStubs]);</span>
+
</pre><pre class="diff" id="context"> &nbsp; &nbsp; WriteFileHeader(Files[Win32kGdiStubs], 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;System Call Stubs for Native API&quot;, 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; argv[Win32kGdiStubs + 1]);
@@ -546,8 +546,8 @@
</pre><pre class="diff" id="context"> &nbsp; &nbsp; WriteFileHeader(Files[Win32kUserStubs], 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;System Call Stubs for Native API&quot;, 
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; argv[Win32kUserStubs + 1]);
</pre><pre class="diff" id="removed">- &nbsp; &nbsp;
</pre><pre class="diff" id="context"> 
</pre><pre class="diff" id="added">+
</pre><pre class="diff" id="context"> &nbsp; &nbsp; /* Create the System Stubs */
 &nbsp; &nbsp; CreateStubs(Files[NativeSystemDb],
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &amp;Files[NtosUserStubs], 
</pre>
</div>

</body>
</html>