| commit | c93e552068d14da2a5a8f77f11238ff288978fd2 | [log] [tgz] |
|---|---|---|
| author | Ozkan Sezer <sezeroz@gmail.com> | Fri Feb 04 20:03:50 2022 +0300 |
| committer | Ozkan Sezer <sezeroz@gmail.com> | Fri Feb 04 20:03:50 2022 +0300 |
| tree | 90704f44a26d41fc8fcd3476f5ee5a3980161508 | |
| parent | 050a5e1a15368fe96f96f8c176ea6c427ad98306 [diff] |
minor update to winrt/SDL_sysurl.cpp from: https://github.com/microsoft/vcpkg/blob/master/ports/sdl2/0006-Update-SDL_sysurl.cpp.patch
diff --git a/src/misc/winrt/SDL_sysurl.cpp b/src/misc/winrt/SDL_sysurl.cpp index c83cc85..111a144 100644 --- a/src/misc/winrt/SDL_sysurl.cpp +++ b/src/misc/winrt/SDL_sysurl.cpp
@@ -18,10 +18,9 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ -#include <windows.h> -#include "../../core/windows/SDL_windows.h" #include "../SDL_sysurl.h" +#include "../../core/windows/SDL_windows.h" int SDL_SYS_OpenURL(const char *url)