mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[KDCOM]
- Include ntifs.h instead of ntddk.h (and don't include both at the same time). svn path=/branches/header-work/; revision=47171
This commit is contained in:
parent
e360db369f
commit
1f071790b9
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#define NOEXTAPI
|
||||
#include <ntddk.h>
|
||||
#include <ntifs.h>
|
||||
#define NDEBUG
|
||||
#include <halfuncs.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#define NOEXTAPI
|
||||
#include <ntddk.h>
|
||||
#include <ntifs.h>
|
||||
#define NDEBUG
|
||||
#include <halfuncs.h>
|
||||
|
|
Loading…
Reference in a new issue