Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-09 12:20:53 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-09 12:20:53 +0300
commitb49ca5707e2a3a08b560764078e4d526f7f44c42 (patch)
tree4939d739e22fd2e1523a3c85fbd6f49edfde43a4 /include
parentcd4bf6344a571b68d045cd5409ca57ea1f2f6f4c (diff)
Update build docs with more detail (issue #13)
Diffstat (limited to 'include')
-rw-r--r--include/llfio/v2.0/detail/impl/windows/storage_profile.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp b/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp
index d61ba046..a28aa12a 100644
--- a/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp
+++ b/include/llfio/v2.0/detail/impl/windows/storage_profile.ipp
@@ -302,7 +302,7 @@ namespace storage_profile
case BusTypeNvme:
sp.controller_type.value = "NVMe";
break;
- case BusTypeSCM:
+ case BusTypeSCM: // NOTE: If this is not found, update your Windows SDK to something recent!!!
sp.controller_type.value = "Storage Class Memory";
break;
default: