mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[IMM32] Improve ImmUnlockClientImc and Imm32HeapAlloc (#3834)
- Fix Imm32HeapAlloc function. - Fix ImmUnlockClientImc function. CORE-11700
This commit is contained in:
parent
f2bc1f0e11
commit
5afc324359
2 changed files with 6 additions and 6 deletions
|
@ -21,9 +21,9 @@ typedef struct tagCLIENTIMC
|
|||
} CLIENTIMC, *PCLIENTIMC;
|
||||
|
||||
/* flags for CLIENTIMC */
|
||||
#define CLIENTIMC_WIDE (1 << 0)
|
||||
#define CLIENTIMC_DISABLED (1 << 6)
|
||||
#define CLIENTIMC_UNKNOWN2 (1 << 8)
|
||||
#define CLIENTIMC_WIDE 0x1
|
||||
#define CLIENTIMC_UNKNOWN1 0x40
|
||||
#define CLIENTIMC_UNKNOWN2 0x100
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue