Merge pull request #5 from TETYYS/master

Fix crash on Driver Properties -> Registry -> Jump To Key
This commit is contained in:
hfiref0x 2017-12-26 22:36:01 +07:00 committed by GitHub
commit 6940573c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
#define REGEDITWNDCLASS L"RegEdit_RegEdit"
#define PROPDRVREGSERVICESKEY L"\\HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\%ws"
#define PROPDRVREGSERVICESKEYLEN sizeof(REGISTRYSERVICESKEY) - sizeof(WCHAR)
#define PROPDRVREGSERVICESKEYLEN sizeof(PROPDRVREGSERVICESKEY) - sizeof(WCHAR)