aboutsummaryrefslogtreecommitdiff
path: root/drivers/windows/file_access_windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
-rw-r--r--drivers/windows/file_access_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp
index 36dcab1d6..e28d68221 100644
--- a/drivers/windows/file_access_windows.cpp
+++ b/drivers/windows/file_access_windows.cpp
@@ -125,7 +125,7 @@ void FileAccessWindows::close() {
bool rename_error;
-#ifdef WINRT_ENABLED
+#ifdef UWP_ENABLED
// WinRT has no PathFileExists, so we check attributes instead
DWORD fileAttr;