mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 01:03:08 +00:00
[KERNEL32] Sync NLS RC files with wine 6.7
Mostly for having them UTF-8 encoded
This commit is contained in:
parent
802665a4ac
commit
523912536e
154 changed files with 7856 additions and 3297 deletions
|
@ -116,42 +116,45 @@ extern "C" {
|
|||
#define LOCALE_SABBREVMONTHNAME13 0x100F
|
||||
#define LOCALE_SPOSITIVESIGN 80
|
||||
#define LOCALE_SNEGATIVESIGN 81
|
||||
#define LOCALE_SSCRIPTS 108 // FIXME
|
||||
#define LOCALE_IPOSSIGNPOSN 82
|
||||
#define LOCALE_INEGSIGNPOSN 83
|
||||
#define LOCALE_IPOSSYMPRECEDES 84
|
||||
#define LOCALE_IPOSSEPBYSPACE 85
|
||||
#define LOCALE_INEGSYMPRECEDES 86
|
||||
#define LOCALE_INEGSEPBYSPACE 87
|
||||
#define LOCALE_FONTSIGNATURE 88
|
||||
#define LOCALE_SISO639LANGNAME 89
|
||||
#define LOCALE_SISO3166CTRYNAME 90
|
||||
#define LOCALE_SNAME 92 // FIXME
|
||||
#define LOCALE_IPOSSIGNPOSN 82
|
||||
#define LOCALE_INEGSIGNPOSN 83
|
||||
#define LOCALE_IPOSSYMPRECEDES 84
|
||||
#define LOCALE_IPOSSEPBYSPACE 85
|
||||
#define LOCALE_INEGSYMPRECEDES 86
|
||||
#define LOCALE_INEGSEPBYSPACE 87
|
||||
#define LOCALE_FONTSIGNATURE 88
|
||||
#define LOCALE_SISO639LANGNAME 89
|
||||
#define LOCALE_SISO3166CTRYNAME 90
|
||||
|
||||
#if (WINVER >= 0x0600)
|
||||
#define LOCALE_SNAME 92
|
||||
#define LOCALE_SDURATION 93
|
||||
#define LOCALE_SKEYBOARDSTOINSTALL 94
|
||||
#define LOCALE_SSHORTESTDAYNAME1 96
|
||||
#define LOCALE_SSHORTESTDAYNAME2 97
|
||||
#define LOCALE_SSHORTESTDAYNAME3 98
|
||||
#define LOCALE_SSHORTESTDAYNAME4 99
|
||||
#define LOCALE_SSHORTESTDAYNAME5 100
|
||||
#define LOCALE_SSHORTESTDAYNAME6 101
|
||||
#define LOCALE_SSHORTESTDAYNAME7 102
|
||||
#define LOCALE_SISO639LANGNAME2 103
|
||||
#define LOCALE_SISO3166CTRYNAME2 104
|
||||
#define LOCALE_SNAN 105
|
||||
#define LOCALE_SPOSINFINITY 106
|
||||
#define LOCALE_SNEGINFINITY 107
|
||||
#define LOCALE_SSCRIPTS 108
|
||||
#define LOCALE_SPARENT 109
|
||||
/* FIXME: This value should be in the guarded block below */
|
||||
#define LOCALE_SNAME 92
|
||||
|
||||
#if (WINVER >= 0x0600) || (defined(__REACTOS__) && defined(_KERNEL32_))
|
||||
#define LOCALE_IGEOID 91
|
||||
#define LOCALE_SNAME 92
|
||||
#define LOCALE_SDURATION 93
|
||||
#define LOCALE_SKEYBOARDSTOINSTALL 94
|
||||
#define LOCALE_SSHORTESTDAYNAME1 96
|
||||
#define LOCALE_SSHORTESTDAYNAME2 97
|
||||
#define LOCALE_SSHORTESTDAYNAME3 98
|
||||
#define LOCALE_SSHORTESTDAYNAME4 99
|
||||
#define LOCALE_SSHORTESTDAYNAME5 100
|
||||
#define LOCALE_SSHORTESTDAYNAME6 101
|
||||
#define LOCALE_SSHORTESTDAYNAME7 102
|
||||
#define LOCALE_SISO639LANGNAME2 103
|
||||
#define LOCALE_SISO3166CTRYNAME2 104
|
||||
#define LOCALE_SNAN 105
|
||||
#define LOCALE_SPOSINFINITY 106
|
||||
#define LOCALE_SNEGINFINITY 107
|
||||
#define LOCALE_SSCRIPTS 108
|
||||
#define LOCALE_SPARENT 109
|
||||
#define LOCALE_SCONSOLEFALLBACKNAME 110
|
||||
#endif /* (WINVER >= 0x0600) */
|
||||
|
||||
//#if (WINVER >= _WIN32_WINNT_WIN7)
|
||||
#define LOCALE_IREADINGLAYOUT 0x0070
|
||||
#define LOCALE_INEUTRAL 0x0071
|
||||
#define LOCALE_SNATIVEDISPLAYNAME 0x0073
|
||||
#define LOCALE_INEGATIVEPERCENT 0x0074
|
||||
#define LOCALE_IPOSITIVEPERCENT 0x0075
|
||||
#define LOCALE_SPERCENT 0x0076
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue