Quote Originally Posted by awsdert View Post
Thank you, I'll look into that as soon as I report a bug in mingw, they hid the FileSetPointer & FileSetPointerEx behind this:
Code:
#if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) || _WIN32_WINNT >= _WIN32_WINNT_WIN10
The 1st condition is fine but the 2nd is flat out wrong, that function was available way earlier than Windows 10 and I've not been able to compile as a result of it
I'm a dumbass, I remembered the function names wrong, was supposed to use SetFilePointer instead of FileSetPointer,