mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[RAPPS]
Fix the registry key of the Event Source. svn path=/trunk/; revision=63913
This commit is contained in:
parent
73b83f8495
commit
ddcf6ee167
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ ExtractFilesFromCab(LPWSTR lpCabName, LPWSTR lpOutputPath)
|
|||
VOID
|
||||
InitLogs(VOID)
|
||||
{
|
||||
WCHAR szBuf[MAX_PATH] = L"SYSTEM\\CurrentControlSet\\Services\\EventLog\\ReactOS Application Manager\\ReactOS Application Manager";
|
||||
WCHAR szBuf[MAX_PATH] = L"SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\ReactOS Application Manager";
|
||||
WCHAR szPath[MAX_PATH];
|
||||
DWORD dwCategoryNum = 1;
|
||||
DWORD dwDisp, dwData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue