mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 00:07:34 +00:00
[IMM32][INCLUDE] s/IMEDPI_FLAG_UNKNOWN/IMEDPI_FLAG_UNLOADED/
CORE-11700
This commit is contained in:
parent
27cc079d90
commit
4572aad16a
2 changed files with 4 additions and 4 deletions
|
@ -1297,7 +1297,7 @@ C_ASSERT(sizeof(IMEDPI) == 0xa8);
|
|||
#endif
|
||||
|
||||
/* flags for IMEDPI.dwFlags */
|
||||
#define IMEDPI_FLAG_UNKNOWN 0x1
|
||||
#define IMEDPI_FLAG_UNLOADED 0x1
|
||||
#define IMEDPI_FLAG_LOCKED 0x2
|
||||
|
||||
/* unconfirmed */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue