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)]