From 2097aff86e4062e24edd3fc5e9c71e76cc658245 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Wed, 18 Jul 2018 22:06:21 +0200 Subject: [PATCH] update --- README.md | 2 +- windows-snapshot-tool/src/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57341b2..13ead9e 100644 --- a/README.md +++ b/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 diff --git a/windows-snapshot-tool/src/main.cpp b/windows-snapshot-tool/src/main.cpp index 3ef5598..e195f8e 100644 --- a/windows-snapshot-tool/src/main.cpp +++ b/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