aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl2/fix-EventToken-header-reference.patch
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-01-05 21:33:13 +0100
committerGitHub <noreply@github.com>2021-01-05 12:33:13 -0800
commit0a262e7d6111af798669c4b481eb2f30b3b86fb1 (patch)
treec803e735e47a3602f3e937b65ffd9b647ef6b49a /ports/sdl2/fix-EventToken-header-reference.patch
parent109ce457421dbef04011a7e5a4fd482f61e21f62 (diff)
downloadvcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.tar.gz
vcpkg-0a262e7d6111af798669c4b481eb2f30b3b86fb1.zip
[sdl2] Update to 2.0.14 (#15398)
* [sdl2] Update to 2.0.14 * Revert "[sdl2] Update to 2.0.14" This reverts commit b8e82e0dacb3877febd1f32e9b92c90fd8c0db19. * [sdl2] Update to 2.0.14 * [sdl2] Fix manifest formatting * [sdl2] Change the shared library preprocessor symbol name to DLL_EXPORT for compatibility with SDL 2.0.14 Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports/sdl2/fix-EventToken-header-reference.patch')
-rw-r--r--ports/sdl2/fix-EventToken-header-reference.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/sdl2/fix-EventToken-header-reference.patch b/ports/sdl2/fix-EventToken-header-reference.patch
deleted file mode 100644
index 5e34dc2f2..000000000
--- a/ports/sdl2/fix-EventToken-header-reference.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-
-diff -r 398b67c0a7d3 -r 7c2f418f701b src/video/winrt/SDL_winrtgamebar.cpp
---- a/src/video/winrt/SDL_winrtgamebar.cpp Wed Jun 10 09:36:10 2020 -0700
-+++ b/src/video/winrt/SDL_winrtgamebar.cpp Wed Jun 10 09:38:43 2020 -0700
-@@ -25,7 +25,7 @@
- /* Windows includes */
- #include <roapi.h>
- #include <windows.foundation.h>
--#include <EventToken.h>
-+#include <windows.system.h>
-
-
- /* SDL includes */
-
-
-
-