From f07cd08789b2d9d734a8e5a98db727c5ab5ca02e Mon Sep 17 00:00:00 2001 From: Yeechan Lu Date: Wed, 19 Mar 2014 12:13:43 +0800 Subject: [PATCH] Close #52: Encoding issues with Everything plugin --- Plugins/Wox.Plugin.Everything/EverythingAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Wox.Plugin.Everything/EverythingAPI.cs b/Plugins/Wox.Plugin.Everything/EverythingAPI.cs index a213b3ec07..23027a6e88 100644 --- a/Plugins/Wox.Plugin.Everything/EverythingAPI.cs +++ b/Plugins/Wox.Plugin.Everything/EverythingAPI.cs @@ -46,7 +46,7 @@ namespace Wox.Plugin.Everything [DllImport(EVERYTHING_DLL_NAME)] private static extern StateCode Everything_GetLastError(); - [DllImport(EVERYTHING_DLL_NAME)] + [DllImport(EVERYTHING_DLL_NAME, EntryPoint = "Everything_QueryW")] private static extern bool Everything_Query(bool bWait); [DllImport(EVERYTHING_DLL_NAME)]