mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
55d6bd1b7d
Co-authored-by: @JackBoosY Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: Voskrese <10104740+Voskrese@users.noreply.github.com>
18 lines
400 B
Diff
18 lines
400 B
Diff
|
|
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 */
|
|
|
|
|
|
|
|
|