Preprocessor directives

The #include directive allows you to include code from another file in the current file, using the same syntax and semantics as C++. For example:

#include <XDT/DecimalValue.idl>

No IDL preprocessor directives other than #include are supported.