Page 1 of 1

Everything SDK IsFastSort not in header file.

Posted: Sun Mar 19, 2023 10:17 pm
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

Re: Everything SDK IsFastSort not in header file.

Posted: Sun Mar 19, 2023 11:29 pm
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.