inkobj: Add stub header for inkobj dll.
This commit is contained in:
parent
ac91ffd7f8
commit
fe7ae95852
|
@ -727,6 +727,7 @@ include/mlang.h
|
||||||
include/mmstream.h
|
include/mmstream.h
|
||||||
include/mshtmhst.h
|
include/mshtmhst.h
|
||||||
include/mshtml.h
|
include/mshtml.h
|
||||||
|
include/msinkaut.h
|
||||||
include/msxml.h
|
include/msxml.h
|
||||||
include/msxml2.h
|
include/msxml2.h
|
||||||
include/netfw.h
|
include/netfw.h
|
||||||
|
|
|
@ -30,6 +30,7 @@ IDL_H_SRCS = \
|
||||||
mmstream.idl \
|
mmstream.idl \
|
||||||
mshtmhst.idl \
|
mshtmhst.idl \
|
||||||
mshtml.idl \
|
mshtml.idl \
|
||||||
|
msinkaut.idl \
|
||||||
msxml.idl \
|
msxml.idl \
|
||||||
msxml2.idl \
|
msxml2.idl \
|
||||||
netfw.idl \
|
netfw.idl \
|
||||||
|
|
|
@ -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;
|
||||||
|
};
|
Loading…
Reference in New Issue