mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Close #52: Encoding issues with Everything plugin
This commit is contained in:
parent
28bddb713b
commit
f07cd08789
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ namespace Wox.Plugin.Everything
|
||||||
[DllImport(EVERYTHING_DLL_NAME)]
|
[DllImport(EVERYTHING_DLL_NAME)]
|
||||||
private static extern StateCode Everything_GetLastError();
|
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);
|
private static extern bool Everything_Query(bool bWait);
|
||||||
|
|
||||||
[DllImport(EVERYTHING_DLL_NAME)]
|
[DllImport(EVERYTHING_DLL_NAME)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue