Browse Source

update

main
Hendrik Langer 6 years ago
parent
commit
2097aff86e
  1. 2
      README.md
  2. 1
      windows-snapshot-tool/src/main.cpp

2
README.md

@ -69,6 +69,6 @@ mount -o remount,rw /boot
## ToDo
* readonly-root
* bootsplash
* dritte led für boot?
* screenshot-tool option für sofortigen screenshot

1
windows-snapshot-tool/src/main.cpp

@ -246,6 +246,7 @@ void getRaspiStorage(LPWSTR out) {
if (!GetLogicalDriveStringsW(ARRAYSIZE(myDrives)-1, myDrives))
{
//wprintf(L"GetLogicalDrives() failed with error code: %lu\n", GetLastError());
MessageBox(hWnd, L"GetLogicalDrives() has failed", L"Failed", MB_OK);
return;
}
else

Loading…
Cancel
Save