Explorar o código

Fixed binary compatibility with the new Windows RT support

Sam Lantinga %!s(int64=11) %!d(string=hai) anos
pai
achega
e99dc1f1bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_syswm.h

+ 1 - 1
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;
 
 /**