mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:57:49 +08:00
16 lines
410 B
Diff
16 lines
410 B
Diff
|
--- 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)
|
||
|
|