Author: tkreuzer
Date: Wed Nov 24 08:48:34 2010
New Revision: 49763
URL:
http://svn.reactos.org/svn/reactos?rev=49763&view=rev
Log:
[PSDK]
Fix compilation of ctfutb.idl with widl
Modified:
branches/cmake-bringup/include/psdk/ctfutb.idl
Modified: branches/cmake-bringup/include/psdk/ctfutb.idl
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/psdk/ctfu…
==============================================================================
--- branches/cmake-bringup/include/psdk/ctfutb.idl [iso-8859-1] (original)
+++ branches/cmake-bringup/include/psdk/ctfutb.idl [iso-8859-1] Wed Nov 24 08:48:34 2010
@@ -18,7 +18,9 @@
#ifndef DO_NO_IMPORTS
import "oaidl.idl";
+#ifdef __midl
import "msctf.idl";
+#endif
#endif
interface ITfLangBarEventSink;