X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fntos.h;h=89f7dfe38b5c0064a95047ec2ca0c6afd116a47e;hp=145ab5dd1dc9f0dee237e805cb02ef28778380c5;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/ntos.h b/include/ntos.h index 145ab5d..89f7dfe 100644 --- a/include/ntos.h +++ b/include/ntos.h @@ -3,10 +3,12 @@ /* $Id$ */ #if defined(NTOS_MODE_USER) -// include windows.h before ntddk.h to get user mode prototype for InterlockedXxx functions +/* + * Include windows.h before ntddk.h to get user mode prototype + * for InterlockedXxx functions. + */ #include #include -#include #include "ntos/types.h" #include "ntos/cdrom.h" #include "ntos/console.h" @@ -14,6 +16,7 @@ #include "ntos/except.h" #include "ntos/file.h" #include "ntos/gditypes.h" +#include "ntos/fstypes.h" /* AG */ #include "ntos/heap.h" #include "ntos/kdbgsyms.h" #include "ntos/keyboard.h" @@ -28,7 +31,6 @@ #include "ntos/time.h" #include "napi/i386/segment.h" #include "napi/types.h" -#include "napi/core.h" #include "napi/dbg.h" #include "napi/lpc.h" #include "napi/npipe.h" @@ -38,16 +40,18 @@ #include "ntos/rtl.h" #include "ntos/zwtypes.h" #include "ntos/zw.h" +#include "ntos/dbgfuncs.h" +#include "ntos/service.h" #include "ntdll/csr.h" #include "ntdll/dbg.h" #include "ntdll/ldr.h" #include "ntdll/registry.h" #include "ntdll/rtl.h" #include "ntdll/trace.h" +#include "rosrtl/thread.h" #include "kernel32/error.h" -#else // Assume kernel mode +#else /* Assume kernel mode */ #include -//#include "ntos/types.h" // robd #include #include "ntos/types.h" #include "ntos/cdrom.h" @@ -70,7 +74,6 @@ #include "ntos/time.h" #include "napi/i386/segment.h" #include "napi/types.h" -#include "napi/core.h" #include "napi/dbg.h" #include "napi/lpc.h" #include "napi/npipe.h" @@ -80,6 +83,16 @@ #include "ntos/rtl.h" #include "ntos/zwtypes.h" #include "ntos/zw.h" +#include "ntos/dbgfuncs.h" +#include "ntos/service.h" +#include "ntos/haltypes.h" +#include "ntos/halfuncs.h" +#include "ntos/kdfuncs.h" +#include "ntos/kefuncs.h" /* AG */ +#include "ntos/fstypes.h" /* AG */ +#include "ntos/obtypes.h" +#include "ntos/tss.h" +#include "rosrtl/thread.h" #endif #endif /* ndef _NTOS_H */