Used a better check for the root item of the treeview. The listview, status bar and...
[reactos.git] / reactos / boot / freeldr / freeldr / include / ntoskrnl.h
1 /*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: boot/freeldr/freeldr/include/ntoskrnl.h
5 * PURPOSE: NTOS glue routines for the MINIHAL library
6 * PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
7 */
8
9 #include <ntdef.h>
10 #undef _NTHAL_
11 //#undef DECLSPEC_IMPORT
12 //#define DECLSPEC_IMPORT
13 #undef NTSYSAPI
14 #define NTSYSAPI
15
16 /* Windows Device Driver Kit */
17 #include <ntddk.h>
18 #include <ndk/haltypes.h>
19
20 //typedef GUID UUID;
21
22 /* Disk stuff */
23 #include <arc/arc.h>
24 #include <ntdddisk.h>
25 #include <internal/hal.h>