source: trunk/Utilities/AtlDialogSample/AtlDialogSample.idl @ 71

Last change on this file since 71 was 71, checked in by roman, 11 years ago
  • Property svn:keywords set to Id
File size: 343 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2012
3// Created by Roman Ryltsov roman@alax.info
4// 
5// $Id: AtlDialogSample.idl 71 2012-06-25 18:18:53Z roman $
6
7import "oaidl.idl";
8import "ocidl.idl";
9
10[
11        uuid(C9FB069D-9601-4D99-8349-4C171360348B),
12        version(1.0),
13]
14library AtlDialogSampleLib
15{
16        importlib("stdole2.tlb");
17};
18
Note: See TracBrowser for help on using the repository browser.