mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-14 20:29:07 +00:00
do not run WOW64 helper in 32-bit
This commit is contained in:
@@ -33,6 +33,10 @@ bool WoW64HookHelper::CheckStatus()
|
||||
|
||||
bool WoW64HookHelper::Launch()
|
||||
{
|
||||
#ifndef WIN64
|
||||
return true;
|
||||
#endif
|
||||
|
||||
if (CheckStatus())
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user