We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd6e9a commit d51a496Copy full SHA for d51a496
1 file changed
Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingApiDllImport.cs
@@ -126,7 +126,7 @@ public static void Load(string directory)
126
public static extern uint Everything_GetRequestFlags();
127
[DllImport(DLL)]
128
public static extern uint Everything_GetResultListRequestFlags();
129
- [DllImport("Everything64.dll", CharSet = CharSet.Unicode)]
+ [DllImport(DLL, CharSet = CharSet.Unicode)]
130
public static extern IntPtr Everything_GetResultExtension(uint nIndex);
131
132
public static extern bool Everything_GetResultSize(uint nIndex, out long lpFileSize);
0 commit comments