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
900c0e58
Commit
900c0e58
authored
Sep 16, 2004
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added htmlhelp.h.
parent
630dc0f5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
hhctrl.c
dlls/hhctrl.ocx/hhctrl.c
+2
-1
Makefile.in
include/Makefile.in
+1
-0
htmlhelp.h
include/htmlhelp.h
+0
-0
No files found.
dlls/hhctrl.ocx/hhctrl.c
View file @
900c0e58
...
...
@@ -26,6 +26,7 @@
#include "winnls.h"
#include "winuser.h"
#include "wine/debug.h"
#include "htmlhelp.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
htmlhelp
);
...
...
@@ -34,7 +35,7 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD data)
FIXME
(
"(%p, %s, %d, %ld): stub
\n
"
,
caller
,
debugstr_w
(
filename
),
command
,
data
);
/* if command is HH_DISPLAY_TOPIC just display an informative message for now */
if
(
command
==
0
)
if
(
command
==
HH_DISPLAY_TOPIC
)
MessageBoxA
(
NULL
,
"HTML Help functionality is currently unimplemented.
\n\n
"
"Try installing Internet Explorer, or using a native hhctrl.ocx with the Mozilla ActiveX control."
,
"Wine"
,
MB_OK
|
MB_ICONEXCLAMATION
);
...
...
include/Makefile.in
View file @
900c0e58
...
...
@@ -105,6 +105,7 @@ WINDOWS_INCLUDES = \
fci.h
\
fdi.h
\
guiddef.h
\
htmlhelp.h
\
icm.h
\
icmpapi.h
\
imagehlp.h
\
...
...
include/htmlhelp.h
0 → 100644
View file @
900c0e58
This diff is collapsed.
Click to expand it.
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