mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove an unneccesary commented definition of RegOpenCurrentUser.
svn path=/trunk/; revision=59455
This commit is contained in:
parent
dc49d97409
commit
eb7721d922
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue