diff options
Diffstat (limited to 'TAO/TAO_IDL/include/idl.h')
-rw-r--r-- | TAO/TAO_IDL/include/idl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/idl.h b/TAO/TAO_IDL/include/idl.h index b605ece7194..fb687464205 100644 --- a/TAO/TAO_IDL/include/idl.h +++ b/TAO/TAO_IDL/include/idl.h @@ -91,4 +91,9 @@ trademarks or registered trademarks of Sun Microsystems, Inc. #include "ast.h" // AST classes #include "util.h" // Utility classes +if defined (interface) +// Mingw needs this. +# undef interface +#endif /* defined (interface) */ + #endif // _IDL_IDL_HH |