win: drop support for windows 8#4624
Conversation
0b267b9 to
f3accd7
Compare
|
I don't get why GetFileInformationByName is undefined... is that not a thing on Windows Server 2019/2022? |
|
GetFileInformationByName was added last year |
|
Okay, so not safe to assume it's there, even on win10? |
|
Right, officially it isn't even part of Windows 11 yet (https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getfileinformationbyname) |
|
The |
69e895b to
ed62801
Compare
|
Okay, I dropped that change. Anything else that can be cut? |
ed62801 to
51a308d
Compare
saghul
left a comment
There was a problem hiding this comment.
At a quick glance I don't see anything else.
|
Why drop support Win8? |
|
Read here: #3889 |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Locked, deleted an off-topic comment, and hid the other. Save diatribes for your personal blog. |
Fixes: #3889
There's probably more that can be simplified now. Suggestions?