Module: wine Branch: master Commit: c3995814d71291c435722ea36f46bcfa12c137c2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c3995814d71291c435722ea36f...
Author: Jon Griffiths jon_p_griffiths@yahoo.com Date: Wed Jun 18 18:57:15 2008 -0700
oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos Gutiérrez Batz).
---
include/oleidl.idl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/oleidl.idl b/include/oleidl.idl index 169d83b..5c92cb1 100644 --- a/include/oleidl.idl +++ b/include/oleidl.idl @@ -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;