mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
[PSDK] Add some missing MUI_* definitions.
svn path=/trunk/; revision=70967
This commit is contained in:
parent
b72891aa32
commit
6b2347f73e
1 changed files with 7 additions and 0 deletions
|
@ -491,6 +491,13 @@ extern "C" {
|
||||||
typedef long LONG_PTR;
|
typedef long LONG_PTR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (WINVER >= 0x0600)
|
||||||
|
#define MUI_FULL_LANGUAGE 0x01
|
||||||
|
#define MUI_LANGUAGE_ID 0x04
|
||||||
|
#define MUI_LANGUAGE_NAME 0x08
|
||||||
|
#define MUI_MACHINE_LANGUAGE_SETTINGS 0x400
|
||||||
|
#endif /* (WINVER >= 0x0600) */
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
typedef DWORD LCTYPE;
|
typedef DWORD LCTYPE;
|
||||||
typedef DWORD CALTYPE;
|
typedef DWORD CALTYPE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue