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
4a4e3810
Commit
4a4e3810
authored
Aug 12, 2005
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 12, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added RNIGetCompatibleVersion implementation.
parent
37418c6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
main.c
dlls/mshtml/main.c
+12
-0
mshtml.spec
dlls/mshtml/mshtml.spec
+1
-1
No files found.
dlls/mshtml/main.c
View file @
4a4e3810
...
...
@@ -180,6 +180,9 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
return
CLASS_E_CLASSNOTAVAILABLE
;
}
/******************************************************************
* DllCanUnloadNow (MSHTML.@)
*/
HRESULT
WINAPI
DllCanUnloadNow
(
void
)
{
TRACE
(
"() ref=%ld
\n
"
,
module_ref
);
...
...
@@ -199,6 +202,15 @@ HRESULT WINAPI RunHTMLApplication( HINSTANCE hinst, HINSTANCE hPrevInst,
}
/***********************************************************************
* RNIGetCompatibleVersion (MSHTML.@)
*/
DWORD
WINAPI
RNIGetCompatibleVersion
(
void
)
{
TRACE
(
"()
\n
"
);
return
0x20000
;
}
/***********************************************************************
* DllInstall (MSHTML.@)
*/
HRESULT
WINAPI
DllInstall
(
BOOL
bInstall
,
LPCWSTR
cmdline
)
...
...
dlls/mshtml/mshtml.spec
View file @
4a4e3810
...
...
@@ -7,7 +7,7 @@
@ stdcall -private DllUnregisterServer()
@ stub MatchExactGetIDsOfNames
@ stub PrintHTML
@ st
ub RNIGetCompatibleVersion
@ st
dcall RNIGetCompatibleVersion()
@ stdcall RunHTMLApplication(long long str long)
@ stub ShowHTMLDialog
@ stub ShowModalDialog
...
...
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