[PATCH 1/4] kernelbase: Add missing entry to geoinfodata

Aaro Altonen a.altonen at hotmail.com
Wed Mar 25 11:23:22 CDT 2020


Signed-off-by: Aaro Altonen <a.altonen at hotmail.com>
---
 dlls/kernelbase/locale.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/kernelbase/locale.c b/dlls/kernelbase/locale.c
index 53e4e42da3..65fe9944fa 100644
--- a/dlls/kernelbase/locale.c
+++ b/dlls/kernelbase/locale.c
@@ -533,6 +533,7 @@ static const struct geoinfo geoinfodata[] =
     { 161832015, L"BL", L"BLM", 10039880, 652 }, /* Saint Barthélemy */
     { 161832256, L"UM", L"UMI", 27114, 581 }, /* U.S. Minor Outlying Islands */
     { 161832257, L"XX", L"XX", 10026358, 419, LOCATION_REGION }, /* Latin America and the Caribbean */
+    { 161832258, L"BG", L"BES", 10039880, 535 }, /* Bonaire, Sint Eustatius and Saba */
 };
 
 /* NLS normalization file */
-- 
2.25.2




More information about the wine-devel mailing list