Added RegOpenCurrentUser prototype.
This commit is contained in:
parent
694af895e0
commit
7ed4451dd4
|
@ -83,6 +83,7 @@ LONG WINAPI RegLoadKeyA(HKEY,LPCSTR,LPCSTR);
|
||||||
LONG WINAPI RegLoadKeyW(HKEY,LPCWSTR,LPCWSTR);
|
LONG WINAPI RegLoadKeyW(HKEY,LPCWSTR,LPCWSTR);
|
||||||
#define RegLoadKey WINELIB_NAME_AW(RegLoadKey)
|
#define RegLoadKey WINELIB_NAME_AW(RegLoadKey)
|
||||||
LONG WINAPI RegNotifyChangeKeyValue(HKEY,BOOL,DWORD,HANDLE,BOOL);
|
LONG WINAPI RegNotifyChangeKeyValue(HKEY,BOOL,DWORD,HANDLE,BOOL);
|
||||||
|
DWORD WINAPI RegOpenCurrentUser(REGSAM,PHKEY);
|
||||||
DWORD WINAPI RegOpenKeyExW(HKEY,LPCWSTR,DWORD,REGSAM,PHKEY);
|
DWORD WINAPI RegOpenKeyExW(HKEY,LPCWSTR,DWORD,REGSAM,PHKEY);
|
||||||
DWORD WINAPI RegOpenKeyExA(HKEY,LPCSTR,DWORD,REGSAM,PHKEY);
|
DWORD WINAPI RegOpenKeyExA(HKEY,LPCSTR,DWORD,REGSAM,PHKEY);
|
||||||
#define RegOpenKeyEx WINELIB_NAME_AW(RegOpenKeyEx)
|
#define RegOpenKeyEx WINELIB_NAME_AW(RegOpenKeyEx)
|
||||||
|
|
Loading…
Reference in New Issue