Francois Gouget : dimm.idl: Don't import unknwn. idl if DO_NO_IMPORTS is defined.
19 Oct
2007
19 Oct
'07
2:35 p.m.
Module: wine Branch: master Commit: 44fd06f4411190a7e1d08e47852b1a1e021462fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=44fd06f4411190a7e1d08e4785... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Oct 18 17:12:03 2007 +0200 dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined. --- 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>")
6727
Age (days ago)
6727
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard