From 5c521d256815161f4af9066bc4bb9fea7fa1accb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 16 Sep 2003 13:44:06 +0000 Subject: Initial Import --- Dropper.idl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Dropper.idl (limited to 'Dropper.idl') diff --git a/Dropper.idl b/Dropper.idl new file mode 100644 index 0000000..cdf89c3 --- /dev/null +++ b/Dropper.idl @@ -0,0 +1,20 @@ +// Dropper.idl : IDL source for Dropper.dll +// + +// This file will be processed by the MIDL tool to +// produce the type library (Dropper.tlb) and marshalling code. + +import "oaidl.idl"; +import "ocidl.idl"; + +[ + uuid(83D2653F-81BA-4E24-B420-EB5CC9A94912), + version(1.0), + helpstring("Dropper 1.0 Type Library") +] +library DROPPERLib +{ + importlib("stdole32.tlb"); + importlib("stdole2.tlb"); + +}; -- cgit v1.2.3