include: mimeole.idl: Fix typo in ADDRESSPROPS structure.
This commit is contained in:
parent
46390b09d5
commit
8e4acd81aa
|
@ -611,7 +611,7 @@ cpp_quote("#endif")
|
|||
DWORD dwCookie;
|
||||
DWORD dwReserved1;
|
||||
DWORD dwReserved2;
|
||||
} ADRESSPROPS, *LPADDRESSPROPS;
|
||||
} ADDRESSPROPS, *LPADDRESSPROPS;
|
||||
|
||||
typedef struct tagADDRESSLIST
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue