Merge pull request #5 from TETYYS/master
Fix crash on Driver Properties -> Registry -> Jump To Key
This commit is contained in:
commit
6940573c6d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue