Author: cwittich
Date: Mon Jun 29 22:23:48 2009
New Revision: 41693
URL:
http://svn.reactos.org/svn/reactos?rev=41693&view=rev
Log:
include winreg.h
Modified:
trunk/rostests/winetests/powrprof/pwrprof.c
Modified: trunk/rostests/winetests/powrprof/pwrprof.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/powrprof/pwrpro…
==============================================================================
--- trunk/rostests/winetests/powrprof/pwrprof.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/powrprof/pwrprof.c [iso-8859-1] Mon Jun 29 22:23:48 2009
@@ -1,4 +1,4 @@
-#include<stdarg.h>
+#include <stdarg.h>
#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"