diff options
author | George Marques <george@gmarqu.es> | 2016-11-02 19:22:49 -0200 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-11-03 14:51:08 -0200 |
commit | 411faaa6f478f837aa40893eaadf67e2b5d57cec (patch) | |
tree | d75d928bb9d244edd7b33f04c8ad31e840802bfe /drivers/windows/file_access_windows.cpp | |
parent | b113c7b7a3e63581ae268b0ae7f827d55e381b82 (diff) |
Rename remaining WinRT references to UWP
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r-- | drivers/windows/file_access_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index e28d68221b..00e54e2b3e 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -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()); |