Module: wine Branch: master Commit: d7cbaf572a7c0cdda52169ddc110bb9a94a43d8f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7cbaf572a7c0cdda52169ddc1...
Author: Rob Shearman rob@codeweavers.com Date: Sun Jan 6 21:26:18 2008 +0000
include: Add the strict_context_handle flag to the Irot interface.
---
include/wine/irot.idl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/wine/irot.idl b/include/wine/irot.idl index f14af13..54d8653 100644 --- a/include/wine/irot.idl +++ b/include/wine/irot.idl @@ -28,7 +28,8 @@ typedef struct tagMonikerComparisonData {
[ uuid(7a98c254-6808-11cf-b73b-00aa00b677a8), - version(0.2) + version(0.2), + strict_context_handle ] interface Irot {