Commit in reactos/drivers/net/tcpip on MAIN
include/precomp.h-11.9 -> 1.10
tcpip/dispatch.c+11.27 -> 1.28
+1-1
2 modified files
Moved pseh.h away from precomp.h to avoid 'defined but not used' warning.

reactos/drivers/net/tcpip/include
precomp.h 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- precomp.h	25 Nov 2004 23:56:59 -0000	1.9
+++ precomp.h	26 Nov 2004 08:26:23 -0000	1.10
@@ -35,6 +35,5 @@
 #include <oskittcp.h>
 #include <interface.h>
 #include <ports.h>
-#include <pseh.h>
 #define NTOS_MODE_USER
 #include <ntos.h>

reactos/drivers/net/tcpip/tcpip
dispatch.c 1.27 -> 1.28
diff -u -r1.27 -r1.28
--- dispatch.c	25 Nov 2004 23:56:59 -0000	1.27
+++ dispatch.c	26 Nov 2004 08:26:24 -0000	1.28
@@ -10,6 +10,7 @@
  */
 
 #include "precomp.h"
+#include <pseh.h>
 
 NTSTATUS DispPrepareIrpForCancel(
     PTRANSPORT_CONTEXT Context,
CVSspam 0.2.8