Author: akhaldi Date: Thu Dec 19 22:49:16 2013 New Revision: 61306
URL: http://svn.reactos.org/svn/reactos?rev=61306&view=rev Log: [FREELDR] * Include the proper header instead of incompatibly redefining a type.
Modified: trunk/reactos/boot/freeldr/freeldr/include/ntoskrnl.h
Modified: trunk/reactos/boot/freeldr/freeldr/include/ntoskrnl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/ntoskrnl.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/ntoskrnl.h [iso-8859-1] Thu Dec 19 22:49:16 2013 @@ -12,6 +12,6 @@ //typedef GUID UUID;
/* Disk stuff */ -typedef PVOID PLOADER_PARAMETER_BLOCK; +#include <arc/arc.h> #include <ntdddisk.h> #include <internal/hal.h>