source: trunk/Utilities/WrapText/WrapText.idl @ 937

Last change on this file since 937 was 43, checked in by roman, 12 years ago
  • Property svn:keywords set to Id
File size: 341 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4// 
5// $Id: WrapText.idl 43 2011-12-19 10:49:49Z roman $
6
7import "oaidl.idl";
8import "ocidl.idl";
9
10[
11        uuid(A47C1F64-D24B-4F7B-8922-6AC754DC3EB3),
12        version(1.0),
13]
14library AlaxInfoWrapText
15{
16        importlib("stdole2.tlb");
17};
18
Note: See TracBrowser for help on using the repository browser.