Close #52: Encoding issues with Everything plugin

This commit is contained in:
Yeechan Lu
2014-03-19 12:13:43 +08:00
parent 28bddb713b
commit f07cd08789

View File

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