Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8fcef187
Commit
8fcef187
authored
Mar 18, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hhctrl.ocx: Mark internal symbols with hidden visibility.
parent
3d1c2dc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
hhctrl.c
dlls/hhctrl.ocx/hhctrl.c
+0
-1
hhctrl.h
dlls/hhctrl.ocx/hhctrl.h
+1
-0
No files found.
dlls/hhctrl.ocx/hhctrl.c
View file @
8fcef187
...
...
@@ -41,7 +41,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(htmlhelp);
HINSTANCE
hhctrl_hinstance
;
BOOL
hh_process
=
FALSE
;
extern
struct
list
window_list
;
BOOL
WINAPI
DllMain
(
HINSTANCE
hInstance
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
...
...
dlls/hhctrl.ocx/hhctrl.h
View file @
8fcef187
...
...
@@ -225,6 +225,7 @@ IStream *GetChmStream(CHMInfo*,LPCWSTR,ChmPath*) DECLSPEC_HIDDEN;
LPWSTR
FindContextAlias
(
CHMInfo
*
,
DWORD
)
DECLSPEC_HIDDEN
;
WCHAR
*
GetDocumentTitle
(
CHMInfo
*
,
LPCWSTR
)
DECLSPEC_HIDDEN
;
extern
struct
list
window_list
DECLSPEC_HIDDEN
;
HHInfo
*
CreateHelpViewer
(
HHInfo
*
,
LPCWSTR
,
HWND
)
DECLSPEC_HIDDEN
;
void
ReleaseHelpViewer
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
BOOL
NavigateToUrl
(
HHInfo
*
,
LPCWSTR
)
DECLSPEC_HIDDEN
;
...
...
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