Commit e99dc1f1bd4d024a7ced673f5623711565e461f1

Sam Lantinga 2014-03-10T19:11:52

Fixed binary compatibility with the new Windows RT support

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h
index 857fc75..a3fe738 100644
--- a/include/SDL_syswm.h
+++ b/include/SDL_syswm.h
@@ -110,13 +110,13 @@ typedef enum
 {
     SDL_SYSWM_UNKNOWN,
     SDL_SYSWM_WINDOWS,
-    SDL_SYSWM_WINRT,
     SDL_SYSWM_X11,
     SDL_SYSWM_DIRECTFB,
     SDL_SYSWM_COCOA,
     SDL_SYSWM_UIKIT,
     SDL_SYSWM_WAYLAND,
     SDL_SYSWM_MIR,
+    SDL_SYSWM_WINRT,
 } SDL_SYSWM_TYPE;
 
 /**