mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
parent
b87c6b8799
commit
0bb8b46ba8
1 changed files with 1 additions and 2 deletions
|
@ -808,8 +808,7 @@ SHSetUnreadMailCountW(
|
||||||
_In_ DWORD dwCount,
|
_In_ DWORD dwCount,
|
||||||
_In_ PCWSTR pszShellExecuteCommand)
|
_In_ PCWSTR pszShellExecuteCommand)
|
||||||
{
|
{
|
||||||
CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail";
|
CString strKey = L"Software\\Microsoft\\Windows\\CurrentVersion\\UnreadMail\\";
|
||||||
strKey += L'\\';
|
|
||||||
strKey += pszMailAddress;
|
strKey += pszMailAddress;
|
||||||
|
|
||||||
HKEY hKey;
|
HKEY hKey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue