From fe9cc344148d6641568d2aa0d3fb2d8760624ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 14 Dec 2007 11:12:55 +0000 Subject: [PATCH] Add missing forward declaration. Thanks Fireball to debug this issue! svn path=/trunk/; revision=31209 --- reactos/include/ddk/winddk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index e4ac6eaee75..9a3c71f89eb 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -143,6 +143,7 @@ struct _DEVICE_DESCRIPTION; struct _SCATTER_GATHER_LIST; struct _DRIVE_LAYOUT_INFORMATION; struct _DRIVE_LAYOUT_INFORMATION_EX; +struct _LOADER_PARAMETER_BLOCK; #ifndef _SECURITY_ATTRIBUTES_ #define _SECURITY_ATTRIBUTES_