mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[PSDK] Update midles.h. CORE-10536
svn path=/trunk/; revision=69904
This commit is contained in:
parent
6eff4a799b
commit
18d4e90d49
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ extern "C" {
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
MES_ENCODE,
|
MES_ENCODE,
|
||||||
MES_DECODE
|
MES_DECODE,
|
||||||
|
MES_ENCODE_NDR64
|
||||||
} MIDL_ES_CODE;
|
} MIDL_ES_CODE;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue