From c80579baa7221b58de8905ec8aaa75883546cb01 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Mon, 29 Jun 2009 18:23:48 +0000 Subject: [PATCH] include winreg.h svn path=/trunk/; revision=41693 --- rostests/winetests/powrprof/pwrprof.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rostests/winetests/powrprof/pwrprof.c b/rostests/winetests/powrprof/pwrprof.c index 4bd1271dae7..96a0790517f 100644 --- a/rostests/winetests/powrprof/pwrprof.c +++ b/rostests/winetests/powrprof/pwrprof.c @@ -1,4 +1,4 @@ -#include +#include #include "ntstatus.h" #define WIN32_NO_STATUS #define STANDALONE @@ -6,6 +6,7 @@ #include "winternl.h" #include "windef.h" #include "winbase.h" +#include "winreg.h" #include "powrprof.h" #include "assert.h"