diff options
Diffstat (limited to 'Checklist/Checklist.idl')
-rw-r--r-- | Checklist/Checklist.idl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Checklist/Checklist.idl b/Checklist/Checklist.idl new file mode 100644 index 0000000..e3cbf46 --- /dev/null +++ b/Checklist/Checklist.idl @@ -0,0 +1,20 @@ +// Checklist.idl : IDL source for Checklist.dll +// + +// This file will be processed by the MIDL tool to +// produce the type library (Checklist.tlb) and marshalling code. + +import "oaidl.idl"; +import "ocidl.idl"; + +[ + uuid(409C4B02-9310-11d3-BFC1-0020182B97FC), + version(1.0), + helpstring("Checklist 1.0 Type Library") +] +library CHECKLISTLib +{ + importlib("stdole32.tlb"); + importlib("stdole2.tlb"); + +}; |