WindowsXP-SP1/windows/oleacc/oleacc/com_external.idl
2020-09-30 16:53:49 +02:00

19 lines
674 B
Plaintext

// Copyright (c) 1996-2000 Microsoft Corporation
//
// com_external.idl
//
// This file will be processed by the MIDL to produce the type
// library and marshalling code for external interfaces
// (eg. IAccIdentity etc.).
//
// We do it this way since the actual oleacc.idl file lives
// elsewhere in the build tree, as do its output files,
// incuding the oleacc_p.c proxy/stub code. The current NT
// build system doesn't allow you to include .c files
// across directories - by doing things this way, we have
// local copies of com_external_p.c to work with instead.
cpp_quote("// Copyright (c) 1996-2000 Microsoft Corporation")
#include "oleacc.idl"