-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default built to require windows 10 #7602
Conversation
ad6a3b0
to
4ba0e06
Compare
4ba0e06
to
f065163
Compare
src/drive_info.cpp
Outdated
@@ -243,7 +243,7 @@ drive_info get_drive_info(std::string const& path) | |||
if (dev.handle() == INVALID_HANDLE_VALUE) | |||
continue; | |||
|
|||
#if _WIN32_WINNT >= 0x601 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this change. Is there anything in this block that requires windows 10?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, will revert.
f065163
to
56020f0
Compare
@arvidn I don't know how to fix the |
BTW, Boost are starting to |
it appears that having the build system define |
here's my attempt: #7662 |
No description provided.