oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos Gutiérrez Batz).
This commit is contained in:
parent
eb0566972a
commit
c3995814d7
|
@ -333,7 +333,7 @@ interface IOleItemContainer : IOleContainer
|
|||
OLECONTF_EMBEDDINGS = 1,
|
||||
OLECONTF_LINKS = 2,
|
||||
OLECONTF_OTHERS = 4,
|
||||
OLECONTF_OLNYUSER = 8,
|
||||
OLECONTF_ONLYUSER = 8,
|
||||
OLECONTF_ONLYIFRUNNING = 16
|
||||
} OLECONTF;
|
||||
|
||||
|
|
Loading…
Reference in New Issue