diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /CmdLine/CmdLine.idl |
Diffstat (limited to 'CmdLine/CmdLine.idl')
-rw-r--r-- | CmdLine/CmdLine.idl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CmdLine/CmdLine.idl b/CmdLine/CmdLine.idl new file mode 100644 index 0000000..3840ebf --- /dev/null +++ b/CmdLine/CmdLine.idl @@ -0,0 +1,20 @@ +// CmdLine.idl : IDL source for CmdLine.dll +// + +// This file will be processed by the MIDL tool to +// produce the type library (CmdLine.tlb) and marshalling code. + +import "oaidl.idl"; +import "ocidl.idl"; + +[ + uuid(E9C249C6-9196-11D3-BFBF-0020182B97FC), + version(1.0), + helpstring("CmdLine 1.0 Type Library") +] +library CMDLINELib +{ + importlib("stdole32.tlb"); + importlib("stdole2.tlb"); + +}; |