This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-12-28 10:04:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1faa571f3f
reactos
/
base
/
setup
/
lib
/
lang
/
en-ZA.h
8 lines
88 B
C
Raw
Normal View
History
Unescape
Escape
- Move from using include guards to pragma once. - Whilst this is non-standard and potentially makes the code less portable, it's supported by both gcc and msvc and should bringg increased compilation speed due to its optimized behaviour (doesn't need to invoke the preprocessor) - Patch by Amine Khaldi [amine.khaldi@reactos.org] svn path=/trunk/; revision=45685
2010-02-26 11:43:19 +00:00
#
pragma once
- Add more languages - Update languages svn path=/trunk/; revision=33814
2008-06-01 17:17:56 +00:00
MUI_LAYOUTS
enZALayouts
[
]
=
{
[SETUPLIB][USETUP] Convert internal MUI_LAYOUTS data to numbers. LangID is a LANGID and LayoutID is a KLID: keyboard layout ID. See terminology at http://archives.miloush.net/michkap/archive/2004/11/27/270931.html These tables of MUI_LAYOUTS for each language, correspond to the intl.inf LCID map: ``` ; List of locales. ; <LCID> = <Description>,<OEMCP>,<Language Group>,<langID:HKL pair>,<langID:HKL pair>,... ``` where: - each MUI_LANGUAGE entry corresponds to one such locale description; - each MUI_LAYOUTS entry corresponds to a <langID:HKL pair>. See http://archives.miloush.net/michkap/archive/2006/10/14/825404.html for some details.
2024-02-09 20:13:00 +00:00
{
0x1C09
,
0x00000409
}
,
{
0
,
0
}
- Add more languages - Update languages svn path=/trunk/; revision=33814
2008-06-01 17:17:56 +00:00
}
;
Reference in a new issue
Copy permalink