mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +00:00
[SETUPLIB][USETUP] Convert MUI_LANGUAGE GeoID values to numbers.
This commit is contained in:
parent
c26a2e89eb
commit
88891d2ce7
5 changed files with 165 additions and 155 deletions
|
@ -25,6 +25,8 @@ typedef struct
|
|||
KLID LayoutID; // Layout ID (like 0x00000409)
|
||||
} MUI_LAYOUTS;
|
||||
|
||||
typedef ULONG GEOID; // See winnls.h
|
||||
|
||||
typedef struct
|
||||
{
|
||||
PCWSTR LanguageID;
|
||||
|
@ -32,7 +34,7 @@ typedef struct
|
|||
UINT OEMCPage;
|
||||
UINT MACCPage;
|
||||
PCWSTR LanguageDescriptor;
|
||||
PCWSTR GeoID;
|
||||
GEOID GeoID;
|
||||
const MUI_SUBFONT* MuiSubFonts;
|
||||
const MUI_LAYOUTS* MuiLayouts;
|
||||
} MUI_LANGUAGE;
|
||||
|
@ -50,7 +52,7 @@ UINT
|
|||
MUIGetOEMCodePage(
|
||||
IN PCWSTR LanguageId);
|
||||
|
||||
PCWSTR
|
||||
GEOID
|
||||
MUIGetGeoID(
|
||||
IN PCWSTR LanguageId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue