Skip to content

Commit

Permalink
Fixed binary compatibility with the new Windows RT support
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2014
1 parent 7d98754 commit e99dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_syswm.h
Expand Up @@ -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;

/**
Expand Down

0 comments on commit e99dc1f

Please sign in to comment.