mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Remove an unneccesary commented definition of RegOpenCurrentUser.
svn path=/trunk/; revision=59455
This commit is contained in:
@@ -15,13 +15,6 @@
|
||||
#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;
|
||||
|
||||
Reference in New Issue
Block a user