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
23c75adf
Commit
23c75adf
authored
Aug 23, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hhctrl.ocx: Remove DECLSPEC_HIDDEN usage.
parent
59718856
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
46 deletions
+46
-46
hhctrl.h
dlls/hhctrl.ocx/hhctrl.h
+38
-38
stream.h
dlls/hhctrl.ocx/stream.h
+8
-8
No files found.
dlls/hhctrl.ocx/hhctrl.h
View file @
23c75adf
...
...
@@ -205,42 +205,42 @@ typedef struct {
DWORD
current_tab
;
}
HHInfo
;
BOOL
InitWebBrowser
(
HHInfo
*
,
HWND
)
DECLSPEC_HIDDEN
;
void
ReleaseWebBrowser
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
void
ResizeWebBrowser
(
HHInfo
*
,
DWORD
,
DWORD
)
DECLSPEC_HIDDEN
;
void
DoPageAction
(
WebBrowserContainer
*
,
DWORD
)
DECLSPEC_HIDDEN
;
void
InitContent
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
void
ReleaseContent
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
void
ActivateContentTopic
(
HWND
,
LPCWSTR
,
ContentItem
*
)
DECLSPEC_HIDDEN
;
void
InitIndex
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
void
ReleaseIndex
(
HHInfo
*
)
DECLSPEC_HIDDEN
;
CHMInfo
*
OpenCHM
(
LPCWSTR
szFile
)
DECLSPEC_HIDDEN
;
BOOL
LoadWinTypeFromCHM
(
HHInfo
*
info
)
DECLSPEC_HIDDEN
;
CHMInfo
*
CloseCHM
(
CHMInfo
*
pCHMInfo
)
DECLSPEC_HIDDEN
;
void
SetChmPath
(
ChmPath
*
,
LPCWSTR
,
LPCWSTR
)
DECLSPEC_HIDDEN
;
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
;
BOOL
NavigateToChm
(
HHInfo
*
,
LPCWSTR
,
LPCWSTR
)
DECLSPEC_HIDDEN
;
void
MergeChmProperties
(
HH_WINTYPEW
*
,
HHInfo
*
,
BOOL
)
DECLSPEC_HIDDEN
;
void
UpdateHelpWindow
(
HHInfo
*
info
)
DECLSPEC_HIDDEN
;
void
InitSearch
(
HHInfo
*
info
,
const
char
*
needle
)
DECLSPEC_HIDDEN
;
void
ReleaseSearch
(
HHInfo
*
info
)
DECLSPEC_HIDDEN
;
LPCWSTR
skip_schema
(
LPCWSTR
url
)
DECLSPEC_HIDDEN
;
void
wintype_stringsA_free
(
struct
wintype_stringsA
*
stringsA
)
DECLSPEC_HIDDEN
;
void
wintype_stringsW_free
(
struct
wintype_stringsW
*
stringsW
)
DECLSPEC_HIDDEN
;
WCHAR
*
decode_html
(
const
char
*
html_fragment
,
int
html_fragment_len
,
UINT
code_page
)
DECLSPEC_HIDDEN
;
HHInfo
*
find_window
(
const
WCHAR
*
window
)
DECLSPEC_HIDDEN
;
BOOL
InitWebBrowser
(
HHInfo
*
,
HWND
);
void
ReleaseWebBrowser
(
HHInfo
*
);
void
ResizeWebBrowser
(
HHInfo
*
,
DWORD
,
DWORD
);
void
DoPageAction
(
WebBrowserContainer
*
,
DWORD
);
void
InitContent
(
HHInfo
*
);
void
ReleaseContent
(
HHInfo
*
);
void
ActivateContentTopic
(
HWND
,
LPCWSTR
,
ContentItem
*
);
void
InitIndex
(
HHInfo
*
);
void
ReleaseIndex
(
HHInfo
*
);
CHMInfo
*
OpenCHM
(
LPCWSTR
szFile
);
BOOL
LoadWinTypeFromCHM
(
HHInfo
*
info
);
CHMInfo
*
CloseCHM
(
CHMInfo
*
pCHMInfo
);
void
SetChmPath
(
ChmPath
*
,
LPCWSTR
,
LPCWSTR
);
IStream
*
GetChmStream
(
CHMInfo
*
,
LPCWSTR
,
ChmPath
*
);
LPWSTR
FindContextAlias
(
CHMInfo
*
,
DWORD
);
WCHAR
*
GetDocumentTitle
(
CHMInfo
*
,
LPCWSTR
);
extern
struct
list
window_list
;
HHInfo
*
CreateHelpViewer
(
HHInfo
*
,
LPCWSTR
,
HWND
);
void
ReleaseHelpViewer
(
HHInfo
*
);
BOOL
NavigateToUrl
(
HHInfo
*
,
LPCWSTR
);
BOOL
NavigateToChm
(
HHInfo
*
,
LPCWSTR
,
LPCWSTR
);
void
MergeChmProperties
(
HH_WINTYPEW
*
,
HHInfo
*
,
BOOL
);
void
UpdateHelpWindow
(
HHInfo
*
info
);
void
InitSearch
(
HHInfo
*
info
,
const
char
*
needle
);
void
ReleaseSearch
(
HHInfo
*
info
);
LPCWSTR
skip_schema
(
LPCWSTR
url
);
void
wintype_stringsA_free
(
struct
wintype_stringsA
*
stringsA
);
void
wintype_stringsW_free
(
struct
wintype_stringsW
*
stringsW
);
WCHAR
*
decode_html
(
const
char
*
html_fragment
,
int
html_fragment_len
,
UINT
code_page
);
HHInfo
*
find_window
(
const
WCHAR
*
window
);
/* memory allocation functions */
...
...
@@ -287,7 +287,7 @@ static inline LPSTR strdupWtoA(LPCWSTR str)
}
extern
HINSTANCE
hhctrl_hinstance
DECLSPEC_HIDDEN
;
extern
BOOL
hh_process
DECLSPEC_HIDDEN
;
extern
HINSTANCE
hhctrl_hinstance
;
extern
BOOL
hh_process
;
#endif
dlls/hhctrl.ocx/stream.h
View file @
23c75adf
...
...
@@ -36,13 +36,13 @@ typedef struct {
ULONG
p
;
}
stream_t
;
void
strbuf_init
(
strbuf_t
*
buf
)
DECLSPEC_HIDDEN
;
void
strbuf_zero
(
strbuf_t
*
buf
)
DECLSPEC_HIDDEN
;
void
strbuf_free
(
strbuf_t
*
buf
)
DECLSPEC_HIDDEN
;
void
stream_init
(
stream_t
*
stream
,
IStream
*
str
)
DECLSPEC_HIDDEN
;
void
get_node_name
(
strbuf_t
*
node
,
strbuf_t
*
name
)
DECLSPEC_HIDDEN
;
BOOL
next_content
(
stream_t
*
stream
,
strbuf_t
*
buf
)
DECLSPEC_HIDDEN
;
BOOL
next_node
(
stream_t
*
stream
,
strbuf_t
*
buf
)
DECLSPEC_HIDDEN
;
const
char
*
get_attr
(
const
char
*
node
,
const
char
*
name
,
int
*
len
)
DECLSPEC_HIDDEN
;
void
strbuf_init
(
strbuf_t
*
buf
);
void
strbuf_zero
(
strbuf_t
*
buf
);
void
strbuf_free
(
strbuf_t
*
buf
);
void
stream_init
(
stream_t
*
stream
,
IStream
*
str
);
void
get_node_name
(
strbuf_t
*
node
,
strbuf_t
*
name
);
BOOL
next_content
(
stream_t
*
stream
,
strbuf_t
*
buf
);
BOOL
next_node
(
stream_t
*
stream
,
strbuf_t
*
buf
);
const
char
*
get_attr
(
const
char
*
node
,
const
char
*
name
,
int
*
len
);
#endif
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