oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos Gutiérrez Batz).

This commit is contained in:
Jon Griffiths 2008-06-18 18:57:15 -07:00 committed by Alexandre Julliard
parent eb0566972a
commit c3995814d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;