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

This commit is contained in:
Francois Gouget 2007-10-18 17:12:03 +02:00 committed by Alexandre Julliard
parent 4e4f8e4b13
commit 44fd06f441
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef DO_NO_IMPORTS
import "unknwn.idl"; import "unknwn.idl";
#endif
cpp_quote("#include <imm.h>") cpp_quote("#include <imm.h>")