Alexandre Julliard : include: Add a few locale definitions.

Alexandre Julliard julliard at winehq.org
Thu Feb 24 15:33:40 CST 2022


Module: wine
Branch: master
Commit: 0fef0daa9cc4f13d7d43a98d7738ef8eaeb2e4f5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0fef0daa9cc4f13d7d43a98d7738ef8eaeb2e4f5

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb 24 18:36:01 2022 +0100

include: Add a few locale definitions.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/winnls.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/winnls.h b/include/winnls.h
index 4b1323cc694..80066b3b897 100644
--- a/include/winnls.h
+++ b/include/winnls.h
@@ -316,6 +316,9 @@ extern "C" {
 #define LOCALE_SSHORTTIME           0x0079
 #define LOCALE_SOPENTYPELANGUAGETAG 0X007A
 #define LOCALE_SSORTLOCALE          0x007B
+#define LOCALE_SRELATIVELONGDATE    0x007C
+#define LOCALE_SSHORTESTAM          0x007E
+#define LOCALE_SSHORTESTPM          0x007F
 
 #define LOCALE_IDEFAULTEBCDICCODEPAGE 0x1012
 #define LOCALE_IPAPERSIZE             0x100A
@@ -538,6 +541,9 @@ static const WCHAR LOCALE_NAME_SYSTEM_DEFAULT[] = {'!','s','y','s','-','d','e','
 #define CAL_SSHORTESTDAYNAME7  0x37
 #define CAL_SMONTHDAY          0x38
 #define CAL_SABBREVERASTRING   0x39
+#define CAL_SRELATIVELONGDATE  0x3a
+#define CAL_SENGLISHERANAME    0x3b
+#define CAL_SENGLISHABBREVERANAME 0x3c
 
 /* Calendar types */
 #define CAL_GREGORIAN              1




More information about the wine-cvs mailing list