diff options
| author | Rémi Verschelde | 2016-11-06 12:03:10 +0100 |
|---|---|---|
| committer | GitHub | 2016-11-06 12:03:10 +0100 |
| commit | be4eff1d8b0b87f81be56d8cf166bcc209205638 (patch) | |
| tree | 437a4c3495753de1528653a82a5bd094193061e7 /drivers/windows/shell_windows.cpp | |
| parent | 20a33e809e5968f915021d162db955e207c8e7b7 (diff) | |
| parent | 411faaa6f478f837aa40893eaadf67e2b5d57cec (diff) | |
| download | godot-be4eff1d8b0b87f81be56d8cf166bcc209205638.tar.gz godot-be4eff1d8b0b87f81be56d8cf166bcc209205638.tar.zst godot-be4eff1d8b0b87f81be56d8cf166bcc209205638.zip | |
Diffstat (limited to 'drivers/windows/shell_windows.cpp')
| -rw-r--r-- | drivers/windows/shell_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/shell_windows.cpp b/drivers/windows/shell_windows.cpp index c69d371a6..283a453be 100644 --- a/drivers/windows/shell_windows.cpp +++ b/drivers/windows/shell_windows.cpp @@ -28,7 +28,7 @@ /*************************************************************************/ #ifdef WINDOWS_ENABLED -#ifdef WINRT_ENABLED +#ifdef UWP_ENABLED // Use Launcher class on windows 8 |
