Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
634 B

  1. // Copyright (c) 1996-2000 Microsoft Corporation
  2. //
  3. // com_external.idl
  4. //
  5. // This file will be processed by the MIDL to produce the type
  6. // library and marshalling code for external interfaces
  7. //
  8. // We do it this way since the actual msaatext.idl file lives
  9. // elsewhere in the build tree, as do its output files,
  10. // incuding the msaatext_p.c proxy/stub code. The current NT
  11. // build system doesn't allow you to include .c files
  12. // across directories - by doing things this way, we have
  13. // local copies of com_external_p.c to work with instead.
  14. cpp_quote("// Copyright (c) 1996-2000 Microsoft Corporation")
  15. #include "msaatext.idl"