Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
021d06a4
Commit
021d06a4
authored
Jul 29, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Jul 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added mshtml.tlb.
parent
d2219150
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
65 additions
and
0 deletions
+65
-0
.gitignore
.gitignore
+2
-0
Makefile.in
Makefile.in
+2
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+1
-0
Makefile.in
dlls/mshtml.tlb/Makefile.in
+13
-0
mshtml.tlb.spec
dlls/mshtml.tlb/mshtml.tlb.spec
+1
-0
mshtml_tlb.idl
dlls/mshtml.tlb/mshtml_tlb.idl
+19
-0
rsrc.rc
dlls/mshtml.tlb/rsrc.rc
+23
-0
No files found.
.gitignore
View file @
021d06a4
...
...
@@ -329,6 +329,8 @@ dlls/mscms/tests/testlist.c
dlls/mscms/version.res
dlls/msdmo/libmsdmo.def
dlls/msdmo/rsrc.res
dlls/mshtml.tlb/mshtml_tlb.tlb
dlls/mshtml.tlb/rsrc.res
dlls/mshtml/libmshtml.def
dlls/mshtml/nsiface.h
dlls/mshtml/rsrc.res
...
...
Makefile.in
View file @
021d06a4
...
...
@@ -289,6 +289,7 @@ ALL_MAKEFILES = \
dlls/msdmo/Makefile
\
dlls/msftedit/Makefile
\
dlls/msg711.acm/Makefile
\
dlls/mshtml.tlb/Makefile
\
dlls/mshtml/Makefile
\
dlls/mshtml/tests/Makefile
\
dlls/msi/Makefile
\
...
...
@@ -649,6 +650,7 @@ dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules
dlls/msdmo/Makefile
:
dlls/msdmo/Makefile.in dlls/Makedll.rules
dlls/msftedit/Makefile
:
dlls/msftedit/Makefile.in dlls/Makedll.rules
dlls/msg711.acm/Makefile
:
dlls/msg711.acm/Makefile.in dlls/Makedll.rules
dlls/mshtml.tlb/Makefile
:
dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules
dlls/mshtml/Makefile
:
dlls/mshtml/Makefile.in dlls/Makedll.rules
dlls/mshtml/tests/Makefile
:
dlls/mshtml/tests/Makefile.in dlls/Maketest.rules
dlls/msi/Makefile
:
dlls/msi/Makefile.in dlls/Makedll.rules
...
...
configure
View file @
021d06a4
...
...
@@ -20468,6 +20468,8 @@ ac_config_files="$ac_config_files dlls/msftedit/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msg711.acm/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mshtml.tlb/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mshtml/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mshtml/tests/Makefile"
...
...
@@ -21593,6 +21595,7 @@ do
"dlls/msdmo/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msdmo/Makefile" ;;
"dlls/msftedit/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msftedit/Makefile" ;;
"dlls/msg711.acm/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msg711.acm/Makefile" ;;
"dlls/mshtml.tlb/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mshtml.tlb/Makefile" ;;
"dlls/mshtml/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mshtml/Makefile" ;;
"dlls/mshtml/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mshtml/tests/Makefile" ;;
"dlls/msi/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msi/Makefile" ;;
...
...
configure.ac
View file @
021d06a4
...
...
@@ -1686,6 +1686,7 @@ AC_CONFIG_FILES([dlls/mscoree/Makefile])
AC_CONFIG_FILES([dlls/msdmo/Makefile])
AC_CONFIG_FILES([dlls/msftedit/Makefile])
AC_CONFIG_FILES([dlls/msg711.acm/Makefile])
AC_CONFIG_FILES([dlls/mshtml.tlb/Makefile])
AC_CONFIG_FILES([dlls/mshtml/Makefile])
AC_CONFIG_FILES([dlls/mshtml/tests/Makefile])
AC_CONFIG_FILES([dlls/msi/Makefile])
...
...
dlls/Makefile.in
View file @
021d06a4
...
...
@@ -115,6 +115,7 @@ BASEDIRS = \
msftedit
\
msg711.acm
\
mshtml
\
mshtml.tlb
\
msi
\
msimg32
\
msisys.ocx
\
...
...
dlls/mshtml.tlb/Makefile.in
0 → 100644
View file @
021d06a4
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mshtml.tlb
IMPORTS
=
kernel32
RC_SRCS
=
rsrc.rc
IDL_TLB_SRCS
=
mshtml_tlb.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/mshtml.tlb/mshtml.tlb.spec
0 → 100644
View file @
021d06a4
# no exported entry points
dlls/mshtml.tlb/mshtml_tlb.idl
0 → 100644
View file @
021d06a4
/*
*
Copyright
2007
Jacek
Caban
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
*/
#
include
"mshtml.idl"
dlls/mshtml.tlb/rsrc.rc
0 → 100644
View file @
021d06a4
/*
* Copyright 2004 Mike McCormack 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
*/
#include "windef.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 TYPELIB LOADONCALL DISCARDABLE mshtml_tlb.tlb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment