[APITEST:POWRPROF]
[reactos.git] / rostests / apitests / powrprof / power.c
index f74ad5c..ba27170 100644 (file)
@@ -7,21 +7,15 @@
  *                  Martin Rottensteiner
  */
 
+#include <apitest.h>
+
+#include <stdio.h>
 #include <stdarg.h>
 #include <ntstatus.h>
 #define WIN32_NO_STATUS
-#define STANDALONE
-#include <wine/test.h>
 #include <winreg.h>
 #include <powrprof.h>
 
-/*
-   LONG WINAPI RegOpenCurrentUser(REGSAM a,PHKEY b)
-   {
-      *b = HKEY_CURRENT_USER;
-      return ERROR_SUCCESS;
-   }
- */
 unsigned int g_NumPwrSchemes = 0;
 unsigned int g_NumPwrSchemesEnumerated = 0;
 unsigned int g_ActivePwrScheme = 3;