//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992-1999.
//
//  File: netshell.idl
//
//----------------------------------------------------------------------------

cpp_quote("//+-------------------------------------------------------------------------")
cpp_quote("//")
cpp_quote("//  Microsoft Windows")
cpp_quote("//  Copyright (C) Microsoft Corporation, 1992-1999.")
cpp_quote("//")
cpp_quote("//--------------------------------------------------------------------------")

cpp_quote("#if ( _MSC_VER >= 800 )")
cpp_quote("#pragma warning(disable:4201)")
cpp_quote("#endif")

#ifndef DO_NO_IMPORTS
import "shlobj.idl";
import "oleidl.idl";
import "docobj.idl";
import "oaidl.idl";
#endif

// We want to be a proxy/stub DLL for all of the interfaces in
// the following IDL files.  Therefore we #include them instead of importing
// them.
//
#define DO_NO_IMPORTS

// Reserved GUIDS for our use
//
// d15ca9b5-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9b6-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9b7-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9b8-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9b9-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9ba-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9bb-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9bc-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9bd-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9be-cd31-4da0-a8fa-a3412c408337     <available>
// d15ca9bf-cd31-4da0-a8fa-a3412c408337     <available>
// ...
// d15ca9cf-cd31-4da0-a8fa-a3412c408337     <available>

