mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Close #52: Encoding issues with Everything plugin
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user