mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
RegLoadMUIStringA/W are not implemented yet...
svn path=/trunk/; revision=17556
This commit is contained in:
parent
e9b53b73b9
commit
a16e6f61c5
1 changed files with 2 additions and 2 deletions
|
@ -3945,7 +3945,7 @@ RegUnLoadKeyW (HKEY hKey,
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* RegLoadMUIStringW
|
* RegLoadMUIStringW
|
||||||
*
|
*
|
||||||
* @implemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
LONG STDCALL
|
LONG STDCALL
|
||||||
RegLoadMUIStringW(IN HKEY hKey,
|
RegLoadMUIStringW(IN HKEY hKey,
|
||||||
|
@ -3964,7 +3964,7 @@ RegLoadMUIStringW(IN HKEY hKey,
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* RegLoadMUIStringA
|
* RegLoadMUIStringA
|
||||||
*
|
*
|
||||||
* @implemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
LONG STDCALL
|
LONG STDCALL
|
||||||
RegLoadMUIStringA(IN HKEY hKey,
|
RegLoadMUIStringA(IN HKEY hKey,
|
||||||
|
|
Loading…
Reference in a new issue