From 9a16b031a330959437e9dee68cd80b1b58604b17 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 4 May 2020 02:27:29 -0400 Subject: locale: Implemented SDL_GetPreferredLocales(). This was something I proposed a long time ago, Sylvain Becker did additional work on it, then back to me. Fixes Bugzilla #2131. --- VisualC/SDL/SDL.vcxproj | 4 ++++ VisualC/SDL/SDL.vcxproj.filters | 6 ++++++ 2 files changed, 10 insertions(+) (limited to 'VisualC') diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj index 701ad2b96..0a14b89c1 100644 --- a/VisualC/SDL/SDL.vcxproj +++ b/VisualC/SDL/SDL.vcxproj @@ -239,6 +239,7 @@ + @@ -331,6 +332,7 @@ + @@ -463,6 +465,8 @@ + + diff --git a/VisualC/SDL/SDL.vcxproj.filters b/VisualC/SDL/SDL.vcxproj.filters index 9f68a1629..af4c6b28a 100644 --- a/VisualC/SDL/SDL.vcxproj.filters +++ b/VisualC/SDL/SDL.vcxproj.filters @@ -84,6 +84,9 @@ API Headers + + API Headers + API Headers @@ -269,6 +272,7 @@ + @@ -401,6 +405,8 @@ + + -- cgit v1.2.1