Everything SDK IsFastSort not in header file.

Plug-in and third party software discussion.
Post Reply
reedham
Posts: 4
Joined: Thu Aug 25, 2022 8:49 pm

Everything SDK IsFastSort not in header file.

Post by reedham »

Hi, Thanks for your hard work!

In the process of writing a rust wrapper for the Everything SDK I found that the folowing definition was in src/Everything.c but not in include/Everything.h.

Code: Select all

BOOL EVERYTHINGAPI Everything_IsFastSort(DWORD sortType)
Is this intentional?

Thanks, Reed
void
Developer
Posts: 15353
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything SDK IsFastSort not in header file.

Post by void »

Thank you for your post.

I've updated the SDK to include Everything_IsFastSort in the header file.

Thank you for letting me know it was missing.
Post Reply