mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
deps: mountutils: Missing TEXT macro
This commit is contained in:
parent
15b162b824
commit
4abfe88c6e
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ MOUNTUTILS_RESULT EjectDriveLetter(TCHAR driveLetter) {
|
||||||
|
|
||||||
BOOL IsDriveEjectable(TCHAR driveLetter) {
|
BOOL IsDriveEjectable(TCHAR driveLetter) {
|
||||||
TCHAR devicePath[8];
|
TCHAR devicePath[8];
|
||||||
swprintf_s(devicePath, 8, "%c:\\", driveLetter);
|
swprintf_s(devicePath, 8, TEXT("%c:\\"), driveLetter);
|
||||||
|
|
||||||
MountUtilsLog("Checking whether drive is ejectable: "
|
MountUtilsLog("Checking whether drive is ejectable: "
|
||||||
+ std::string(1, driveLetter));
|
+ std::string(1, driveLetter));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue