Commit 73f7873d authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

mshtml_private.tlb: Add private typelib.

parent eb5a50a9
......@@ -71,4 +71,5 @@ RC_SRCS = mshtml.rc
IDL_SRCS = \
mshtml_classes.idl \
mshtml_private_iface.idl \
nsiface.idl
......@@ -74,3 +74,6 @@ REGINST REGINST mshtml.inf
/* @makedep: blank.htm */
blank.htm HTML "blank.htm"
/* @makedep: mshtml_private_iface.tlb */
1 TYPELIB mshtml_private_iface.tlb
......@@ -40,6 +40,8 @@
#include "nsiface.h"
#include "mshtml_private_iface.h"
#include <assert.h>
#define NS_ERROR_GENERATE_FAILURE(module,code) \
......
/*
* Copyright 2021 Paul Gofman for CodeWeavers
*
* 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
*/
#pragma makedep typelib
[
version(1.0),
hidden,
uuid(90de541e-380b-4530-94a9-97367fe49d8d)
]
library MSHTML_private
{
} /* library MSHTML_private */
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