diff options
| author | George Marques | 2016-11-02 18:57:35 -0200 |
|---|---|---|
| committer | George Marques | 2016-11-03 14:51:08 -0200 |
| commit | b113c7b7a3e63581ae268b0ae7f827d55e381b82 (patch) | |
| tree | 631a71894dc166279b331aa832af427580047ac1 /drivers/windows/file_access_windows.cpp | |
| parent | fb5a73a39fb7e6e5924db362062cba628525028a (diff) | |
| download | godot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.tar.gz godot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.tar.zst godot-b113c7b7a3e63581ae268b0ae7f827d55e381b82.zip | |
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 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; |
