Plug-in and third party software discussion.
reedham
Posts: 4 Joined: Thu Aug 25, 2022 8:49 pm
Post
by reedham » Sun Mar 19, 2023 10:17 pm
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: 16665 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Sun Mar 19, 2023 11:29 pm
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.