mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
||||
*
|
||||
* @implemented
|
||||
* @unimplemented
|
||||
*/
|
||||
LONG STDCALL
|
||||
RegLoadMUIStringW(IN HKEY hKey,
|
||||
|
@ -3964,7 +3964,7 @@ RegLoadMUIStringW(IN HKEY hKey,
|
|||
/************************************************************************
|
||||
* RegLoadMUIStringA
|
||||
*
|
||||
* @implemented
|
||||
* @unimplemented
|
||||
*/
|
||||
LONG STDCALL
|
||||
RegLoadMUIStringA(IN HKEY hKey,
|
||||
|
|
Loading…
Reference in a new issue