diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-16 13:44:06 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-16 13:44:06 +0000 |
commit | 5c521d256815161f4af9066bc4bb9fea7fa1accb (patch) | |
tree | 56ca291cd06833f053f047dc7bb00484f3129a2f /Dropper.idl | |
parent | b0b7ef8d60e3603d6bcc9af45cd9ef0d6094fb9d (diff) |
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"); + +}; |