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
865995cf
Commit
865995cf
authored
Nov 09, 2010
by
Adam Martinson
Committed by
Alexandre Julliard
Nov 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Store the DLL instance handle.
parent
7d3d21a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
main.c
dlls/msxml3/main.c
+4
-0
msxml_private.h
dlls/msxml3/msxml_private.h
+2
-0
No files found.
dlls/msxml3/main.c
View file @
865995cf
...
...
@@ -40,6 +40,8 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
msxml
);
HINSTANCE
MSXML_hInstance
=
NULL
;
#ifdef HAVE_LIBXML2
void
wineXmlCallbackLog
(
char
const
*
caller
,
xmlErrorLevel
lvl
,
char
const
*
msg
,
va_list
ap
)
...
...
@@ -190,6 +192,8 @@ static void init_libxslt(void)
BOOL
WINAPI
DllMain
(
HINSTANCE
hInstDLL
,
DWORD
fdwReason
,
LPVOID
lpv
)
{
MSXML_hInstance
=
hInstDLL
;
switch
(
fdwReason
)
{
case
DLL_PROCESS_ATTACH
:
...
...
dlls/msxml3/msxml_private.h
View file @
865995cf
...
...
@@ -98,6 +98,8 @@ typedef struct {
dispex_dynamic_data_t
*
dynamic_data
;
}
DispatchEx
;
extern
HINSTANCE
MSXML_hInstance
;
void
init_dispex
(
DispatchEx
*
,
IUnknown
*
,
dispex_static_data_t
*
);
BOOL
dispex_query_interface
(
DispatchEx
*
,
REFIID
,
void
**
);
...
...
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