mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Prevent hook helper from running when in UWP mode
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "WoW64HookHelper.h"
|
||||
#include "HelperMethods.h"
|
||||
|
||||
#define HELPER_FILE L"\\QuickLook.WoW64HookHelper.exe"
|
||||
#define RUN_ARG L"033A853A-E4B2-4552-9A91-E88789761C48"
|
||||
@@ -37,6 +38,9 @@ bool WoW64HookHelper::Launch()
|
||||
return true;
|
||||
#endif
|
||||
|
||||
if (HelperMethods::IsUWP())
|
||||
return true;
|
||||
|
||||
if (CheckStatus())
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user