You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Rename WINRT_ENABLED to UWP_ENABLED
This commit is contained in:
@@ -349,7 +349,7 @@ DirAccessWindows::DirAccessWindows() {
|
||||
|
||||
drive_count=0;
|
||||
|
||||
#ifdef WINRT_ENABLED
|
||||
#ifdef UWP_ENABLED
|
||||
Windows::Storage::StorageFolder ^install_folder = Windows::ApplicationModel::Package::Current->InstalledLocation;
|
||||
change_dir(install_folder->Path->Data());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user