On Mon Mar 3 15:49:29 2025 +0000, Nikolay Sivov wrote:
It's not important for what you're fixing most likely, but CopyFile/MoveFile are also using inline functions in SDK, so we can get rid of this block in principle. SDK also has an undef, but then again inlines are guarded with _M_CEE which we probably don't really care about.
Yes, I was planning to change those too.