mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:02:07 +00:00
[LIB:ARBITER] Addendum to 374f2b4d
: Fix build.
- No need to use a PCH when compiling a 1-file library. - Add the _NTSYSTEM_ definition. - Since the arbiter.h file is to be included by the users of this library, namely only kernel-mode NT components (incl. NTOS), there is no need to include the standard kernel-mode headers in it. Include these headers instead in the private implementation of the library, arbiter.c.
This commit is contained in:
parent
745cb1cbda
commit
6f67132686
3 changed files with 7 additions and 11 deletions
|
@ -9,11 +9,6 @@
|
|||
#ifndef _ARBITER_H
|
||||
#define _ARBITER_H
|
||||
|
||||
#ifndef _NTOSKRNL_
|
||||
#include <ntifs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#endif
|
||||
|
||||
typedef struct _ARBITER_ORDERING
|
||||
{
|
||||
ULONGLONG Start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue