mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
Executable → Regular
+3
-4
@@ -2,8 +2,8 @@
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "Windows/Registry.h"
|
||||
#include "Windows/Synchronization.h"
|
||||
#include "../../../Windows/Registry.h"
|
||||
#include "../../../Windows/Synchronization.h"
|
||||
|
||||
#include "RegistryContextMenu.h"
|
||||
|
||||
@@ -41,8 +41,7 @@ static bool CheckHandlerCommon(const CSysString &keyName)
|
||||
CSysString value;
|
||||
if (key.QueryValue(NULL, value) != ERROR_SUCCESS)
|
||||
return false;
|
||||
value.MakeUpper();
|
||||
return (value.Compare(kExtensionCLSID) == 0);
|
||||
return StringsAreEqualNoCase_Ascii(value, kExtensionCLSID);
|
||||
}
|
||||
|
||||
bool CheckContextMenuHandler()
|
||||
|
||||
Reference in New Issue
Block a user