Skip to content

Commit

Permalink
test win
Browse files Browse the repository at this point in the history
  • Loading branch information
lfreist committed May 1, 2023
1 parent ac7eb15 commit 2f62f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows/disk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ std::vector<Disk> getAllDisks() {
std::cout << "mark 4\n" << std::flush;
res.clear();
wmi::queryWMI("Win32_DiskDrive", "SerialNumber", res);
std::cout << disks.size() << " " << res.size() << std::endl;
for (int i = 0; i < res.size(); ++i) {
if (i >= disks.size()) {
break;
Expand Down

0 comments on commit 2f62f5a

Please sign in to comment.