Rename remaining WinRT references to UWP
This commit is contained in:
@ -126,7 +126,7 @@ void FileAccessWindows::close() {
|
||||
bool rename_error;
|
||||
|
||||
#ifdef UWP_ENABLED
|
||||
// WinRT has no PathFileExists, so we check attributes instead
|
||||
// UWP has no PathFileExists, so we check attributes instead
|
||||
DWORD fileAttr;
|
||||
|
||||
fileAttr = GetFileAttributesW(save_path.c_str());
|
||||
|
||||
Reference in New Issue
Block a user