inkobj: Add stub header for inkobj dll.

This commit is contained in:
John Klehm 2007-07-31 00:53:43 -05:00 committed by Alexandre Julliard
parent ac91ffd7f8
commit fe7ae95852
3 changed files with 31 additions and 0 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -30,6 +30,7 @@ IDL_H_SRCS = \
mmstream.idl \
mshtmhst.idl \
mshtml.idl \
msinkaut.idl \
msxml.idl \
msxml2.idl \
netfw.idl \

29
include/msinkaut.idl Normal file
View file

@ -0,0 +1,29 @@
/* 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;
};