Correct a regression issue with per-app settings.
This commit is contained in:
parent
d0bac065f8
commit
5b9ddcce44
|
@ -93,7 +93,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
|
||||||
if (fdwReason == DLL_PROCESS_ATTACH)
|
if (fdwReason == DLL_PROCESS_ATTACH)
|
||||||
{
|
{
|
||||||
HMODULE mod;
|
HMODULE mod;
|
||||||
char buffer[64];
|
char buffer[MAX_PATH+10];
|
||||||
DWORD size = sizeof(buffer);
|
DWORD size = sizeof(buffer);
|
||||||
HKEY hkey = 0;
|
HKEY hkey = 0;
|
||||||
HKEY appkey = 0;
|
HKEY appkey = 0;
|
||||||
|
|
Loading…
Reference in New Issue