Moved pseh.h away from precomp.h to avoid 'defined but not used' warning.

svn path=/trunk/; revision=11821
This commit is contained in:
Art Yerkes 2004-11-26 08:26:24 +00:00
parent 01e1531802
commit fe500719a5
2 changed files with 1 additions and 1 deletions

View file

@ -35,6 +35,5 @@
#include <oskittcp.h>
#include <interface.h>
#include <ports.h>
#include <pseh.h>
#define NTOS_MODE_USER
#include <ntos.h>

View file

@ -10,6 +10,7 @@
*/
#include "precomp.h"
#include <pseh.h>
NTSTATUS DispPrepareIrpForCancel(
PTRANSPORT_CONTEXT Context,