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
c396cdcc
Commit
c396cdcc
authored
Oct 08, 2004
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added doWinMain stub
- Fixed htmlhelp.h
parent
3875307d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
hhctrl.c
dlls/hhctrl.ocx/hhctrl.c
+6
-0
hhctrl.ocx.spec
dlls/hhctrl.ocx/hhctrl.ocx.spec
+1
-0
htmlhelp.h
include/htmlhelp.h
+1
-1
No files found.
dlls/hhctrl.ocx/hhctrl.c
View file @
c396cdcc
...
...
@@ -56,3 +56,9 @@ HWND WINAPI HtmlHelpA(HWND caller, LPCSTR filename, UINT command, DWORD data)
HeapFree
(
GetProcessHeap
(),
0
,
wfile
);
return
result
;
}
int
WINAPI
doWinMain
(
HMODULE
hMod
,
LPSTR
cmdline
)
{
FIXME
(
"(0x%x %s) stub!
\n
"
,
(
unsigned
)
hMod
,
debugstr_a
(
cmdline
));
return
-
1
;
}
dlls/hhctrl.ocx/hhctrl.ocx.spec
View file @
c396cdcc
13 stdcall doWinMain(long ptr)
14 stdcall HtmlHelpA(ptr ptr long long)
15 stdcall HtmlHelpW(ptr ptr long long)
@ stdcall -private DllRegisterServer() HHCTRL_DllRegisterServer
...
...
include/htmlhelp.h
View file @
c396cdcc
...
...
@@ -420,7 +420,7 @@ typedef struct tagHH_NTRACKW {
DECL_WINELIB_TYPE_AW
(
HH_NTRACK
)
HWND
WINAPI
HtmlHelpA
(
HWND
,
LPCSTR
,
UINT
,
DWORD
);
HWND
WINAPI
HtmlHelp
A
(
HWND
,
LPC
STR
,
UINT
,
DWORD
);
HWND
WINAPI
HtmlHelp
W
(
HWND
,
LPCW
STR
,
UINT
,
DWORD
);
#define HtmlHelp WINELIB_NAME_AW(HtmlHelp)
#define ATOM_HTMLHELP_API_ANSI (LPTSTR)14
...
...
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