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
39ca507d
Commit
39ca507d
authored
Jul 29, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 31, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Remove DECLSPEC_HIDDEN usage.
parent
1447471a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
msxml_dispex.h
dlls/msxml3/msxml_dispex.h
+12
-12
msxml_private.h
dlls/msxml3/msxml_private.h
+0
-0
xslpattern.h
dlls/msxml3/xslpattern.h
+5
-5
xslpattern.l
dlls/msxml3/xslpattern.l
+1
-1
No files found.
dlls/msxml3/msxml_dispex.h
View file @
39ca507d
...
...
@@ -80,8 +80,8 @@ typedef enum tid_t
LAST_tid
}
tid_t
;
extern
HRESULT
get_typeinfo
(
tid_t
tid
,
ITypeInfo
**
typeinfo
)
DECLSPEC_HIDDEN
;
extern
void
release_typelib
(
void
)
DECLSPEC_HIDDEN
;
extern
HRESULT
get_typeinfo
(
tid_t
tid
,
ITypeInfo
**
typeinfo
);
extern
void
release_typelib
(
void
);
typedef
struct
dispex_data_t
dispex_data_t
;
...
...
@@ -108,10 +108,10 @@ typedef struct
dispex_static_data_t
*
data
;
}
DispatchEx
;
void
init_dispex
(
DispatchEx
*
,
IUnknown
*
,
dispex_static_data_t
*
)
DECLSPEC_HIDDEN
;
void
release_dispex
(
DispatchEx
*
)
DECLSPEC_HIDDEN
;
BOOL
dispex_query_interface
(
DispatchEx
*
,
REFIID
,
void
**
)
DECLSPEC_HIDDEN
;
const
IID
*
get_riid_from_tid
(
enum
tid_t
tid
)
DECLSPEC_HIDDEN
;
void
init_dispex
(
DispatchEx
*
,
IUnknown
*
,
dispex_static_data_t
*
);
void
release_dispex
(
DispatchEx
*
);
BOOL
dispex_query_interface
(
DispatchEx
*
,
REFIID
,
void
**
);
const
IID
*
get_riid_from_tid
(
enum
tid_t
tid
);
static
inline
HRESULT
return_bstr
(
const
WCHAR
*
value
,
BSTR
*
p
)
{
...
...
@@ -144,14 +144,14 @@ static inline HRESULT return_bstrn(const WCHAR *value, int len, BSTR *p)
return
S_OK
;
}
extern
HRESULT
dom_document_create
(
MSXML_VERSION
class_version
,
void
**
document
)
DECLSPEC_HIDDEN
;
extern
HRESULT
dom_document_create
(
MSXML_VERSION
class_version
,
void
**
document
);
typedef
struct
bsc_t
bsc_t
;
HRESULT
create_moniker_from_url
(
LPCWSTR
,
IMoniker
**
)
DECLSPEC_HIDDEN
;
HRESULT
create_uri
(
IUri
*
base
,
const
WCHAR
*
,
IUri
**
)
DECLSPEC_HIDDEN
;
HRESULT
bind_url
(
IMoniker
*
,
HRESULT
(
*
onDataAvailable
)(
void
*
,
char
*
,
DWORD
),
void
*
,
bsc_t
**
)
DECLSPEC_HIDDEN
;
HRESULT
detach_bsc
(
bsc_t
*
)
DECLSPEC_HIDDEN
;
IUri
*
get_base_uri
(
IUnknown
*
site
)
DECLSPEC_HIDDEN
;
HRESULT
create_moniker_from_url
(
LPCWSTR
,
IMoniker
**
);
HRESULT
create_uri
(
IUri
*
base
,
const
WCHAR
*
,
IUri
**
);
HRESULT
bind_url
(
IMoniker
*
,
HRESULT
(
*
onDataAvailable
)(
void
*
,
char
*
,
DWORD
),
void
*
,
bsc_t
**
);
HRESULT
detach_bsc
(
bsc_t
*
);
IUri
*
get_base_uri
(
IUnknown
*
site
);
#endif
/* __MSXML_DISPEX__ */
dlls/msxml3/msxml_private.h
View file @
39ca507d
This diff is collapsed.
Click to expand it.
dlls/msxml3/xslpattern.h
View file @
39ca507d
...
...
@@ -41,11 +41,11 @@ typedef struct _parser_param {
#define XSLPATTERN_STYPE xmlChar*
#define YY_EXTRA_TYPE parser_param*
int
xslpattern_lex
(
xmlChar
**
,
void
*
)
DECLSPEC_HIDDEN
;
int
xslpattern_lex_init
(
void
**
)
DECLSPEC_HIDDEN
;
int
xslpattern_lex_destroy
(
void
*
)
DECLSPEC_HIDDEN
;
void
xslpattern_set_extra
(
parser_param
*
,
void
*
)
DECLSPEC_HIDDEN
;
int
xslpattern_parse
(
parser_param
*
,
void
*
)
DECLSPEC_HIDDEN
;
int
xslpattern_lex
(
xmlChar
**
,
void
*
);
int
xslpattern_lex_init
(
void
**
);
int
xslpattern_lex_destroy
(
void
*
);
void
xslpattern_set_extra
(
parser_param
*
,
void
*
);
int
xslpattern_parse
(
parser_param
*
,
void
*
);
#endif
/* __XSLPATTERN__ */
dlls/msxml3/xslpattern.l
View file @
39ca507d
...
...
@@ -148,7 +148,7 @@ ANY (.)
%%
xmlChar* XSLPattern_to_XPath(xmlXPathContextPtr, xmlChar const*)
DECLSPEC_HIDDEN
;
xmlChar* XSLPattern_to_XPath(xmlXPathContextPtr, xmlChar const*);
xmlChar* XSLPattern_to_XPath(xmlXPathContextPtr ctxt, xmlChar const* xslpat_str)
{
parser_param p;
...
...
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