// wtl_fake.idl : IDL source for NOTHING! // // This file is here to fake out DevStudio6 - Insert ATL object menu // // Don't forget to add a blank object map in your main cpp file, just below the "_Module" delcaration // BEGIN_OBJECT_MAP(ObjectMap) // END_OBJECT_MAP() // // And be sure to exclude this file from the build. // import "oaidl.idl"; import "ocidl.idl"; [ uuid(571A99CE-1BA2-11D4-900B-00A0C9D6F7A3), version(1.0), helpstring("WTL_Fake 1.0 Type Library") ] library WTLFAKELib { importlib("stdole32.tlb"); importlib("stdole2.tlb"); };