dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined.

Francois Gouget fgouget at free.fr
Thu Oct 18 10:12:03 CDT 2007


---
 include/dimm.idl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/dimm.idl b/include/dimm.idl
index 528c0c5..ab74d4a 100644
--- a/include/dimm.idl
+++ b/include/dimm.idl
@@ -16,7 +16,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#ifndef DO_NO_IMPORTS
 import "unknwn.idl";
+#endif
 
 cpp_quote("#include <imm.h>")
 
-- 
1.5.3.4



More information about the wine-patches mailing list