mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Moved pseh.h away from precomp.h to avoid 'defined but not used' warning.
svn path=/trunk/; revision=11821
This commit is contained in:
parent
01e1531802
commit
fe500719a5
2 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,5 @@
|
|||
#include <oskittcp.h>
|
||||
#include <interface.h>
|
||||
#include <ports.h>
|
||||
#include <pseh.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include <pseh.h>
|
||||
|
||||
NTSTATUS DispPrepareIrpForCancel(
|
||||
PTRANSPORT_CONTEXT Context,
|
||||
|
|
Loading…
Reference in a new issue