Skip to content

Commit

Permalink
WinRT: build fix when using recent versions of the Windows 10 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Sep 11, 2017
1 parent e98fc89 commit 78b83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/winrt/SDL_winrtapp_direct3d.cpp
Expand Up @@ -827,7 +827,7 @@ static void WINRT_OnBackButtonPressed(BackButtonEventArgs ^ args)
}
}

#if NTDDI_VERSION == NTDDI_WIN10
#if NTDDI_VERSION >= NTDDI_WIN10
void SDL_WinRTApp::OnBackButtonPressed(Platform::Object^ sender, Windows::UI::Core::BackRequestedEventArgs^ args)

{
Expand Down

0 comments on commit 78b83d3

Please sign in to comment.