Commit fe7ae958 authored by John Klehm's avatar John Klehm Committed by Alexandre Julliard

inkobj: Add stub header for inkobj dll.

parent ac91ffd7
......@@ -727,6 +727,7 @@ include/mlang.h
include/mmstream.h
include/mshtmhst.h
include/mshtml.h
include/msinkaut.h
include/msxml.h
include/msxml2.h
include/netfw.h
......
......@@ -30,6 +30,7 @@ IDL_H_SRCS = \
mmstream.idl \
mshtmhst.idl \
mshtml.idl \
msinkaut.idl \
msxml.idl \
msxml2.idl \
netfw.idl \
......
/* Copyright (C) 2007 C John Klehm
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import "ocidl.idl";
[
uuid(7D868ACD-1A5D-4A47-A247-F39741353012),
version(1.0)
]
library MSINKAUTLib
{
importlib("stdole2.tlb");
typedef float single;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment