diff options
Diffstat (limited to 'Dropper.idl')
-rw-r--r-- | Dropper.idl | 20 |
1 files changed, 20 insertions, 0 deletions
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"); + +}; |