From 49fae5916f21436f6f3f20f1cf1a6e681ad20179 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 24 Nov 2010 08:48:34 +0000 Subject: [PATCH] [PSDK] Fix compilation of ctfutb.idl with widl svn path=/branches/cmake-bringup/; revision=49763 --- include/psdk/ctfutb.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/psdk/ctfutb.idl b/include/psdk/ctfutb.idl index f4a0b6a0d5e..d32894f820b 100644 --- a/include/psdk/ctfutb.idl +++ b/include/psdk/ctfutb.idl @@ -18,8 +18,10 @@ #ifndef DO_NO_IMPORTS import "oaidl.idl"; +#ifdef __midl import "msctf.idl"; #endif +#endif interface ITfLangBarEventSink; interface ITfLangBarItemMgr; -- 2.17.1